#55D2D0

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

Shades of Medium Turquoise #55D2D0

Tints of Medium Turquoise #55D2D0

Color information

#55D2D0 (or 0x55D2D0) is unknown color: approx Medium Turquoise. HEX triplet: 55, D2 and D0. RGB value is (85,210,208). Sum of RGB (Red+Green+Blue) = 85+210+208=503 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.90% from 503); Green value is 210 (82.42% from 255 or 41.75% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 210 - color contains mainly: green. Hex color #55D2D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55D2D0 is #AA2D2F. Grayscale: #ACACAC. Windows color (decimal): -11152688 or 13685333. OLE color: 13685333.

HSL color Cylindrical-coordinate representation of color #55D2D0: hue angle of 179.04º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D2D0 is Cyan = 0.60, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB85210208-
CMYK0.6000.010.18
HSL179.04º58.14%57.84%-
HSV(B)179.04º59.52%82.35%-
XYZ38.1852.5867.81-
YUV172.4148.0965.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.90%
GREEN value IS 210 (82.42% from 255) = 41.75%
BLUE value IS 208 (81.64% from 255) = 41.35%
R=16.90%
G=41.75%
B=41.35%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal852102080.6000.010.18179.0458.1457.84
Hex55D2D03C0112b33a3a
Octal1253223207401222637272
Binary10101011101001011010000111100011001010110011111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,210,208); }

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

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

 a { background-color: rgb(85,210,208); }

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

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

 span { border-color: rgb(85,210,208); }

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