#5DD0CB

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

Shades of Medium Turquoise #5DD0CB

Tints of Medium Turquoise #5DD0CB

Color information

#5DD0CB (or 0x5DD0CB) is unknown color: approx Medium Turquoise. HEX triplet: 5D, D0 and CB. RGB value is (93,208,203). Sum of RGB (Red+Green+Blue) = 93+208+203=504 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.45% from 504); Green value is 208 (81.64% from 255 or 41.27% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 208 - color contains mainly: green. Hex color #5DD0CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DD0CB is #A22F34. Grayscale: #ACACAC. Windows color (decimal): -10628917 or 13357149. OLE color: 13357149.

HSL color Cylindrical-coordinate representation of color #5DD0CB: hue angle of 177.39º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DD0CB is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB93208203-
CMYK0.5500.020.18
HSL177.39º55.02%59.02%-
HSV(B)177.39º55.29%81.57%-
XYZ37.8551.7564.49-
YUV173.04144.970.91-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.45%
GREEN value IS 208 (81.64% from 255) = 41.27%
BLUE value IS 203 (79.69% from 255) = 40.28%
R=18.45%
G=41.27%
B=40.28%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal932082030.5500.020.18177.3955.0259.02
Hex5DD0CB370212b1373b
Octal1353203136702222616773
Binary101110111010000110010111101110101001010110001110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,208,203); }

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

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

 a { background-color: rgb(93,208,203); }

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

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

 span { border-color: rgb(93,208,203); }

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