#55FAE2

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

Shades of Turquoise #55FAE2

Tints of Turquoise #55FAE2

Color information

#55FAE2 (or 0x55FAE2) is unknown color: approx Turquoise. HEX triplet: 55, FA and E2. RGB value is (85,250,226). Sum of RGB (Red+Green+Blue) = 85+250+226=561 (74% of max value = 765). Red value is 85 (33.59% from 255 or 15.15% from 561); Green value is 250 (98.05% from 255 or 44.56% from 561); Blue value is 226 (88.67% from 255 or 40.29% from 561); Max value from RGB is 250 - color contains mainly: green. Hex color #55FAE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FAE2 is #AA051D. Grayscale: #C5C5C5. Windows color (decimal): -11142430 or 14875221. OLE color: 14875221.

HSL color Cylindrical-coordinate representation of color #55FAE2: hue angle of 171.27º 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 #55FAE2 is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB85250226-
CMYK0.6600.100.02
HSL171.27º94.29%65.69%-
HSV(B)171.27º66%98.04%-
XYZ51.6675.7983.86-
YUV197.93143.8447.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 15.15%
GREEN value IS 250 (98.05% from 255) = 44.56%
BLUE value IS 226 (88.67% from 255) = 40.29%
R=15.15%
G=44.56%
B=40.29%

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
Decimal852502260.6600.100.02171.2794.2965.69
Hex55FAE2420A2ab5e42
Octal1253723421020122253136102
Binary10101011111101011100010100001001010101010101110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55FAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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