#55FCB9

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

Shades of Turquoise #55FCB9

Tints of Turquoise #55FCB9

Color information

#55FCB9 (or 0x55FCB9) is unknown color: approx Turquoise. HEX triplet: 55, FC and B9. RGB value is (85,252,185). Sum of RGB (Red+Green+Blue) = 85+252+185=522 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.28% from 522); Green value is 252 (98.83% from 255 or 48.28% from 522); Blue value is 185 (72.66% from 255 or 35.44% from 522); Max value from RGB is 252 - color contains mainly: green. Hex color #55FCB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FCB9 is #AA0346. Grayscale: #C2C2C2. Windows color (decimal): -11141959 or 12188757. OLE color: 12188757.

HSL color Cylindrical-coordinate representation of color #55FCB9: hue angle of 155.93º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55FCB9 is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB85252185-
CMYK0.6600.270.01
HSL155.93º96.53%66.08%-
HSV(B)155.93º66.27%98.82%-
XYZ47.3175.0557.89-
YUV194.43122.6749.95-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.28%
GREEN value IS 252 (98.83% from 255) = 48.28%
BLUE value IS 185 (72.66% from 255) = 35.44%
R=16.28%
G=48.28%
B=35.44%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal852521850.6600.270.01155.9396.5366.08
Hex55FCB94201B19c6142
Octal1253742711020331234141102
Binary10101011111110010111001100001001101111001110011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55FCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,252,185); }

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

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

 a { background-color: rgb(85,252,185); }

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

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

 span { border-color: rgb(85,252,185); }

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