#55F0D5

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

Shades of Turquoise #55F0D5

Tints of Turquoise #55F0D5

Color information

#55F0D5 (or 0x55F0D5) is unknown color: approx Turquoise. HEX triplet: 55, F0 and D5. RGB value is (85,240,213). Sum of RGB (Red+Green+Blue) = 85+240+213=538 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.80% from 538); Green value is 240 (94.14% from 255 or 44.61% from 538); Blue value is 213 (83.59% from 255 or 39.59% from 538); Max value from RGB is 240 - color contains mainly: green. Hex color #55F0D5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55F0D5 is #AA0F2A. Grayscale: #BEBEBE. Windows color (decimal): -11145003 or 14020693. OLE color: 14020693.

HSL color Cylindrical-coordinate representation of color #55F0D5: hue angle of 169.55º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F0D5 is Cyan = 0.65, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB85240213-
CMYK0.6500.110.06
HSL169.55º83.78%63.73%-
HSV(B)169.55º64.58%94.12%-
XYZ46.9269.0673.81-
YUV190.58140.6552.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 15.80%
GREEN value IS 240 (94.14% from 255) = 44.61%
BLUE value IS 213 (83.59% from 255) = 39.59%
R=15.80%
G=44.61%
B=39.59%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal852402130.6500.110.06169.5583.7863.73
Hex55F0D5410B6aa5440
Octal1253603251010136252124100
Binary101010111110000110101011000001010111101010101010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55F0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,240,213); }

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

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

 a { background-color: rgb(85,240,213); }

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

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

 span { border-color: rgb(85,240,213); }

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