#5DDCD2

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

Shades of Medium Turquoise #5DDCD2

Tints of Medium Turquoise #5DDCD2

Color information

#5DDCD2 (or 0x5DDCD2) is unknown color: approx Medium Turquoise. HEX triplet: 5D, DC and D2. RGB value is (93,220,210). Sum of RGB (Red+Green+Blue) = 93+220+210=523 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.78% from 523); Green value is 220 (86.33% from 255 or 42.07% from 523); Blue value is 210 (82.42% from 255 or 40.15% from 523); Max value from RGB is 220 - color contains mainly: green. Hex color #5DDCD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DDCD2 is #A2232D. Grayscale: #B4B4B4. Windows color (decimal): -10625838 or 13818973. OLE color: 13818973.

HSL color Cylindrical-coordinate representation of color #5DDCD2: hue angle of 175.28º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DDCD2 is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB93220210-
CMYK0.5800.050.14
HSL175.28º64.47%61.37%-
HSV(B)175.28º57.73%86.27%-
XYZ41.7458.1770-
YUV180.89144.4265.31-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.78%
GREEN value IS 220 (86.33% from 255) = 42.07%
BLUE value IS 210 (82.42% from 255) = 40.15%
R=17.78%
G=42.07%
B=40.15%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal932202100.5800.050.14175.2864.4761.37
Hex5DDCD23A05Eaf403d
Octal13533432272051625710075
Binary1011101110111001101001011101001011110101011111000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DDCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5DDCD2; }

 p { color: rgb(93,220,210); }

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

<style>
 a { background-color: #5DDCD2; }

 a { background-color: rgb(93,220,210); }

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

<style>
 span { border-color: #5DDCD2; }

 span { border-color: rgb(93,220,210); }

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