#5DCDC9

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

Shades of Medium Turquoise #5DCDC9

Tints of Medium Turquoise #5DCDC9

Color information

#5DCDC9 (or 0x5DCDC9) is unknown color: approx Medium Turquoise. HEX triplet: 5D, CD and C9. RGB value is (93,205,201). Sum of RGB (Red+Green+Blue) = 93+205+201=499 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.64% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 201 (78.91% from 255 or 40.28% from 499); Max value from RGB is 205 - color contains mainly: green. Hex color #5DCDC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCDC9 is #A23236. Grayscale: #AAAAAA. Windows color (decimal): -10629687 or 13225309. OLE color: 13225309.

HSL color Cylindrical-coordinate representation of color #5DCDC9: hue angle of 177.86º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DCDC9 is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB93205201-
CMYK0.5500.020.20
HSL177.86º52.83%58.43%-
HSV(B)177.86º54.63%80.39%-
XYZ36.8950.2163.01-
YUV171.06144.8972.33-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.64%
GREEN value IS 205 (80.47% from 255) = 41.08%
BLUE value IS 201 (78.91% from 255) = 40.28%
R=18.64%
G=41.08%
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.20
SystemRedGreenBlueCMYKHSL
Decimal932052010.5500.020.20177.8652.8358.43
Hex5DCDC9370214b2353a
Octal1353153116702242626572
Binary101110111001101110010011101110101010010110010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,205,201); }

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

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

 a { background-color: rgb(93,205,201); }

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

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

 span { border-color: rgb(93,205,201); }

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