#55CFE8

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

Shades of Turquoise Blue #55CFE8

Tints of Turquoise Blue #55CFE8

Color information

#55CFE8 (or 0x55CFE8) is unknown color: approx Turquoise Blue. HEX triplet: 55, CF and E8. RGB value is (85,207,232). Sum of RGB (Red+Green+Blue) = 85+207+232=524 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.22% from 524); Green value is 207 (81.25% from 255 or 39.50% from 524); Blue value is 232 (91.02% from 255 or 44.27% from 524); Max value from RGB is 232 - color contains mainly: blue. Hex color #55CFE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55CFE8 is #AA3017. Grayscale: #ADADAD. Windows color (decimal): -11153432 or 15257429. OLE color: 15257429.

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

Color convert

RGB85207232-
CMYK0.630.1100.09
HSL190.2º76.17%62.16%-
HSV(B)190.2º63.36%90.98%-
XYZ40.6252.3884.31-
YUV173.37161.0864.97-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.22%
GREEN value IS 207 (81.25% from 255) = 39.50%
BLUE value IS 232 (91.02% from 255) = 44.27%
R=16.22%
G=39.50%
B=44.27%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal852072320.630.1100.09190.276.1762.16
Hex55CFE83FB09be4c3e
Octal125317350771301127611476
Binary10101011100111111101000111111101101001101111101001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55CFE8; }

 p { color: rgb(85,207,232); }

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

<style>
 a { background-color: #55CFE8; }

 a { background-color: rgb(85,207,232); }

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

<style>
 span { border-color: #55CFE8; }

 span { border-color: rgb(85,207,232); }

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