#55F1C9

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

Shades of Turquoise #55F1C9

Tints of Turquoise #55F1C9

Color information

#55F1C9 (or 0x55F1C9) is unknown color: approx Turquoise. HEX triplet: 55, F1 and C9. RGB value is (85,241,201). Sum of RGB (Red+Green+Blue) = 85+241+201=527 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.13% from 527); Green value is 241 (94.53% from 255 or 45.73% from 527); Blue value is 201 (78.91% from 255 or 38.14% from 527); Max value from RGB is 241 - color contains mainly: green. Hex color #55F1C9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55F1C9 is #AA0E36. Grayscale: #BDBDBD. Windows color (decimal): -11144759 or 13234517. OLE color: 13234517.

HSL color Cylindrical-coordinate representation of color #55F1C9: hue angle of 164.62º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F1C9 is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB85241201-
CMYK0.6500.170.05
HSL164.62º84.78%63.92%-
HSV(B)164.62º64.73%94.51%-
XYZ45.7469.0666.18-
YUV189.8134.3253.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.13%
GREEN value IS 241 (94.53% from 255) = 45.73%
BLUE value IS 201 (78.91% from 255) = 38.14%
R=16.13%
G=45.73%
B=38.14%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal852412010.6500.170.05164.6284.7863.92
Hex55F1C9410115a55540
Octal1253613111010215245125100
Binary1010101111100011100100110000010100011011010010110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55F1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,241,201); }

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

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

 a { background-color: rgb(85,241,201); }

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

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

 span { border-color: rgb(85,241,201); }

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