#54CEE8

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

Shades of Turquoise Blue #54CEE8

Tints of Turquoise Blue #54CEE8

Color information

#54CEE8 (or 0x54CEE8) is unknown color: approx Turquoise Blue. HEX triplet: 54, CE and E8. RGB value is (84,206,232). Sum of RGB (Red+Green+Blue) = 84+206+232=522 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16.09% from 522); Green value is 206 (80.86% from 255 or 39.46% from 522); Blue value is 232 (91.02% from 255 or 44.44% from 522); Max value from RGB is 232 - color contains mainly: blue. Hex color #54CEE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54CEE8 is #AB3117. Grayscale: #ACACAC. Windows color (decimal): -11219224 or 15257172. OLE color: 15257172.

HSL color Cylindrical-coordinate representation of color #54CEE8: hue angle of 190.54º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54CEE8 is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB84206232-
CMYK0.640.1100.09
HSL190.54º76.29%61.96%-
HSV(B)190.54º63.79%90.98%-
XYZ40.2951.8584.23-
YUV172.49161.5864.89-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.09%
GREEN value IS 206 (80.86% from 255) = 39.46%
BLUE value IS 232 (91.02% from 255) = 44.44%
R=16.09%
G=39.46%
B=44.44%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal842062320.640.1100.09190.5476.2961.96
Hex54CEE840B09bf4c3e
Octal1243163501001301127711476
Binary101010011001110111010001000000101101001101111111001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54CEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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