#55FDC0

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

Shades of Turquoise #55FDC0

Tints of Turquoise #55FDC0

Color information

#55FDC0 (or 0x55FDC0) is unknown color: approx Turquoise. HEX triplet: 55, FD and C0. RGB value is (85,253,192). Sum of RGB (Red+Green+Blue) = 85+253+192=530 (70% of max value = 765). Red value is 85 (33.59% from 255 or 16.04% from 530); Green value is 253 (99.22% from 255 or 47.74% from 530); Blue value is 192 (75.39% from 255 or 36.23% from 530); Max value from RGB is 253 - color contains mainly: green. Hex color #55FDC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FDC0 is #AA023F. Grayscale: #C3C3C3. Windows color (decimal): -11141696 or 12647765. OLE color: 12647765.

HSL color Cylindrical-coordinate representation of color #55FDC0: hue angle of 158.21º degrees, saturation: 0.98, 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 #55FDC0 is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB85253192-
CMYK0.6600.240.01
HSL158.21º97.67%66.27%-
HSV(B)158.21º66.4%99.22%-
XYZ48.3975.9961.99-
YUV195.81125.8448.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.04%
GREEN value IS 253 (99.22% from 255) = 47.74%
BLUE value IS 192 (75.39% from 255) = 36.23%
R=16.04%
G=47.74%
B=36.23%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal852531920.6600.240.01158.2197.6766.27
Hex55FDC04201819e6242
Octal1253753001020301236142102
Binary10101011111110111000000100001001100011001111011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55FDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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