#55DFDC

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

Shades of Medium Turquoise #55DFDC

Tints of Medium Turquoise #55DFDC

Color information

#55DFDC (or 0x55DFDC) is unknown color: approx Medium Turquoise. HEX triplet: 55, DF and DC. RGB value is (85,223,220). Sum of RGB (Red+Green+Blue) = 85+223+220=528 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.10% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 223 - color contains mainly: green. Hex color #55DFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DFDC is #AA2023. Grayscale: #B5B5B5. Windows color (decimal): -11149348 or 14475093. OLE color: 14475093.

HSL color Cylindrical-coordinate representation of color #55DFDC: hue angle of 178.7º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55DFDC is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB85223220-
CMYK0.6200.010.13
HSL178.7º68.32%60.39%-
HSV(B)178.7º61.88%87.45%-
XYZ43.0559.8777-
YUV181.4149.7859.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.10%
GREEN value IS 223 (87.5% from 255) = 42.23%
BLUE value IS 220 (86.33% from 255) = 41.67%
R=16.10%
G=42.23%
B=41.67%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal852232200.6200.010.13178.768.3260.39
Hex55DFDC3E01Db3443c
Octal12533733476011526310474
Binary10101011101111111011100111110011101101100111000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55DFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,223,220); }

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

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

 a { background-color: rgb(85,223,220); }

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

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

 span { border-color: rgb(85,223,220); }

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