#55DAD1

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

Shades of Medium Turquoise #55DAD1

Tints of Medium Turquoise #55DAD1

Color information

#55DAD1 (or 0x55DAD1) is unknown color: approx Medium Turquoise. HEX triplet: 55, DA and D1. RGB value is (85,218,209). Sum of RGB (Red+Green+Blue) = 85+218+209=512 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.60% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 209 (82.03% from 255 or 40.82% from 512); Max value from RGB is 218 - color contains mainly: green. Hex color #55DAD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DAD1 is #AA252E. Grayscale: #B1B1B1. Windows color (decimal): -11150639 or 13752917. OLE color: 13752917.

HSL color Cylindrical-coordinate representation of color #55DAD1: hue angle of 175.94º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55DAD1 is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB85218209-
CMYK0.6100.040.15
HSL175.94º64.25%59.41%-
HSV(B)175.94º61.01%85.49%-
XYZ40.3356.6869.14-
YUV177.21145.9462.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.60%
GREEN value IS 218 (85.55% from 255) = 42.58%
BLUE value IS 209 (82.03% from 255) = 40.82%
R=16.60%
G=42.58%
B=40.82%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal852182090.6100.040.15175.9464.2559.41
Hex55DAD13D04Fb0403b
Octal12533232175041726010073
Binary1010101110110101101000111110101001111101100001000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55DAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,218,209); }

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

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

 a { background-color: rgb(85,218,209); }

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

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

 span { border-color: rgb(85,218,209); }

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