#5DC8D0

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

Shades of Medium Turquoise #5DC8D0

Tints of Medium Turquoise #5DC8D0

Color information

#5DC8D0 (or 0x5DC8D0) is unknown color: approx Medium Turquoise. HEX triplet: 5D, C8 and D0. RGB value is (93,200,208). Sum of RGB (Red+Green+Blue) = 93+200+208=501 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.56% from 501); Green value is 200 (78.52% from 255 or 39.92% from 501); Blue value is 208 (81.64% from 255 or 41.52% from 501); Max value from RGB is 208 - color contains mainly: blue. Hex color #5DC8D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DC8D0 is #A2372F. Grayscale: #A8A8A8. Windows color (decimal): -10630960 or 13682781. OLE color: 13682781.

HSL color Cylindrical-coordinate representation of color #5DC8D0: hue angle of 184.17º 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 #5DC8D0 is Cyan = 0.55, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB93200208-
CMYK0.550.0400.18
HSL184.17º55.02%59.02%-
HSV(B)184.17º55.29%81.57%-
XYZ36.5548.1967.05-
YUV168.92150.0573.85-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.56%
GREEN value IS 200 (78.52% from 255) = 39.92%
BLUE value IS 208 (81.64% from 255) = 41.52%
R=18.56%
G=39.92%
B=41.52%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal932002080.550.0400.18184.1755.0259.02
Hex5DC8D0374012b8373b
Octal1353103206740222706773
Binary1011101110010001101000011011110001001010111000110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DC8D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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