#55CFE1

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

Shades of Turquoise Blue #55CFE1

Tints of Turquoise Blue #55CFE1

Color information

#55CFE1 (or 0x55CFE1) is unknown color: approx Turquoise Blue. HEX triplet: 55, CF and E1. RGB value is (85,207,225). Sum of RGB (Red+Green+Blue) = 85+207+225=517 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.44% from 517); Green value is 207 (81.25% from 255 or 40.04% from 517); Blue value is 225 (88.28% from 255 or 43.52% from 517); Max value from RGB is 225 - color contains mainly: blue. Hex color #55CFE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CFE1 is #AA301E. Grayscale: #ACACAC. Windows color (decimal): -11153439 or 14798677. OLE color: 14798677.

HSL color Cylindrical-coordinate representation of color #55CFE1: hue angle of 187.71º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55CFE1 is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB85207225-
CMYK0.620.0800.12
HSL187.71º70%60.78%-
HSV(B)187.71º62.22%88.24%-
XYZ39.6551.9979.18-
YUV172.57157.5865.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.44%
GREEN value IS 207 (81.25% from 255) = 40.04%
BLUE value IS 225 (88.28% from 255) = 43.52%
R=16.44%
G=40.04%
B=43.52%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal852072250.620.0800.12187.717060.78
Hex55CFE13E80Cbc463d
Octal125317341761001427410675
Binary10101011100111111100001111110100001100101111001000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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