#55F4C0

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

Shades of Turquoise #55F4C0

Tints of Turquoise #55F4C0

Color information

#55F4C0 (or 0x55F4C0) is unknown color: approx Turquoise. HEX triplet: 55, F4 and C0. RGB value is (85,244,192). Sum of RGB (Red+Green+Blue) = 85+244+192=521 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.31% from 521); Green value is 244 (95.70% from 255 or 46.83% from 521); Blue value is 192 (75.39% from 255 or 36.85% from 521); Max value from RGB is 244 - color contains mainly: green. Hex color #55F4C0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55F4C0 is #AA0B3F. Grayscale: #BEBEBE. Windows color (decimal): -11144000 or 12645461. OLE color: 12645461.

HSL color Cylindrical-coordinate representation of color #55F4C0: hue angle of 160.38º degrees, saturation: 0.88, 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 #55F4C0 is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB85244192-
CMYK0.6500.210.04
HSL160.38º87.85%64.51%-
HSV(B)160.38º65.16%95.69%-
XYZ45.6170.4461.06-
YUV190.53128.8252.73-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.31%
GREEN value IS 244 (95.70% from 255) = 46.83%
BLUE value IS 192 (75.39% from 255) = 36.85%
R=16.31%
G=46.83%
B=36.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal852441920.6500.210.04160.3887.8564.51
Hex55F4C0410154a05841
Octal1253643001010254240130101
Binary1010101111101001100000010000010101011001010000010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55F4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,244,192); }

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

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

 a { background-color: rgb(85,244,192); }

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

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

 span { border-color: rgb(85,244,192); }

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