#55FAE0

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

Shades of Turquoise #55FAE0

Tints of Turquoise #55FAE0

Color information

#55FAE0 (or 0x55FAE0) is unknown color: approx Turquoise. HEX triplet: 55, FA and E0. RGB value is (85,250,224). Sum of RGB (Red+Green+Blue) = 85+250+224=559 (74% of max value = 765). Red value is 85 (33.59% from 255 or 15.21% from 559); Green value is 250 (98.05% from 255 or 44.72% from 559); Blue value is 224 (87.89% from 255 or 40.07% from 559); Max value from RGB is 250 - color contains mainly: green. Hex color #55FAE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FAE0 is #AA051F. Grayscale: #C5C5C5. Windows color (decimal): -11142432 or 14744149. OLE color: 14744149.

HSL color Cylindrical-coordinate representation of color #55FAE0: hue angle of 170.55º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55FAE0 is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB85250224-
CMYK0.6600.100.02
HSL170.55º94.29%65.69%-
HSV(B)170.55º66%98.04%-
XYZ51.3975.6882.42-
YUV197.7142.8447.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 15.21%
GREEN value IS 250 (98.05% from 255) = 44.72%
BLUE value IS 224 (87.89% from 255) = 40.07%
R=15.21%
G=44.72%
B=40.07%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal852502240.6600.100.02170.5594.2965.69
Hex55FAE0420A2ab5e42
Octal1253723401020122253136102
Binary10101011111101011100000100001001010101010101110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55FAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,250,224); }

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

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

 a { background-color: rgb(85,250,224); }

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

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

 span { border-color: rgb(85,250,224); }

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