#55F5DE

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

Shades of Turquoise #55F5DE

Tints of Turquoise #55F5DE

Color information

#55F5DE (or 0x55F5DE) is unknown color: approx Turquoise. HEX triplet: 55, F5 and DE. RGB value is (85,245,222). Sum of RGB (Red+Green+Blue) = 85+245+222=552 (73% of max value = 765). Red value is 85 (33.59% from 255 or 15.40% from 552); Green value is 245 (96.09% from 255 or 44.38% from 552); Blue value is 222 (87.11% from 255 or 40.22% from 552); Max value from RGB is 245 - color contains mainly: green. Hex color #55F5DE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55F5DE is #AA0A21. Grayscale: #C2C2C2. Windows color (decimal): -11143714 or 14611797. OLE color: 14611797.

HSL color Cylindrical-coordinate representation of color #55F5DE: hue angle of 171.38º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F5DE is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB85245222-
CMYK0.6500.090.04
HSL171.38º88.89%64.71%-
HSV(B)171.38º65.31%96.08%-
XYZ49.5872.5180.49-
YUV194.54143.4949.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 15.40%
GREEN value IS 245 (96.09% from 255) = 44.38%
BLUE value IS 222 (87.11% from 255) = 40.22%
R=15.40%
G=44.38%
B=40.22%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal852452220.6500.090.04171.3888.8964.71
Hex55F5DE41094ab5941
Octal1253653361010114253131101
Binary101010111110101110111101000001010011001010101110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55F5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,245,222); }

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

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

 a { background-color: rgb(85,245,222); }

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

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

 span { border-color: rgb(85,245,222); }

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