#54CEF7

Color #54CEF7 Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #54CEF7

Tints of Turquoise Blue #54CEF7

Color information

#54CEF7 (or 0x54CEF7) is unknown color: approx Turquoise Blue. HEX triplet: 54, CE and F7. RGB value is (84,206,247). Sum of RGB (Red+Green+Blue) = 84+206+247=537 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.64% from 537); Green value is 206 (80.86% from 255 or 38.36% from 537); Blue value is 247 (96.88% from 255 or 46.00% from 537); Max value from RGB is 247 - color contains mainly: blue. Hex color #54CEF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54CEF7 is #AB3108. Grayscale: #ADADAD. Windows color (decimal): -11219209 or 16240212. OLE color: 16240212.

HSL color Cylindrical-coordinate representation of color #54CEF7: hue angle of 195.09º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54CEF7 is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB84206247-
CMYK0.660.1700.03
HSL195.09º91.06%64.9%-
HSV(B)195.09º65.99%96.86%-
XYZ42.5252.7495.94-
YUV174.2169.0863.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 84 (33.20% from 255) = 15.64%
GREEN value IS 206 (80.86% from 255) = 38.36%
BLUE value IS 247 (96.88% from 255) = 46.00%
R=15.64%
G=38.36%
B=46.00%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal842062470.660.1700.03195.0991.0664.9
Hex54CEF7421103c35b41
Octal1243163671022103303133101
Binary101010011001110111101111000010100010111100001110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54CEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54CEF7; }

 p { color: rgb(84,206,247); }

 H1.HeaderClassName
 {
   color: #54CEF7;
 }
 .AnyTagClassName
 {
   color: #54CEF7;
 }
</style>
background-color css

<style>
 a { background-color: #54CEF7; }

 a { background-color: rgb(84,206,247); }

 div.DivClassName
 {
   background-color: #54CEF7;
 }
 .BgClassName
 {
   background-color: #54CEF7;
 }
</style>
border-color css

<style>
 span { border-color: #54CEF7; }

 span { border-color: rgb(84,206,247); }

 td.TdClassName
 {
   border-color: #54CEF7;
 }
 .TagClassName
 {
   border-color: #54CEF7;
 }
</style>