#5DC7D1

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

Shades of Medium Turquoise #5DC7D1

Tints of Medium Turquoise #5DC7D1

Color information

#5DC7D1 (or 0x5DC7D1) is unknown color: approx Medium Turquoise. HEX triplet: 5D, C7 and D1. RGB value is (93,199,209). Sum of RGB (Red+Green+Blue) = 93+199+209=501 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.56% from 501); Green value is 199 (78.12% from 255 or 39.72% from 501); Blue value is 209 (82.03% from 255 or 41.72% from 501); Max value from RGB is 209 - color contains mainly: blue. Hex color #5DC7D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DC7D1 is #A2382E. Grayscale: #A8A8A8. Windows color (decimal): -10631215 or 13748061. OLE color: 13748061.

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

Color convert

RGB93199209-
CMYK0.560.0500.18
HSL185.17º55.77%59.22%-
HSV(B)185.17º55.5%81.96%-
XYZ36.4547.7867.62-
YUV168.45150.8874.19-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.56%
GREEN value IS 199 (78.12% from 255) = 39.72%
BLUE value IS 209 (82.03% from 255) = 41.72%
R=18.56%
G=39.72%
B=41.72%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal931992090.560.0500.18185.1755.7759.22
Hex5DC7D1385012b9383b
Octal1353073217050222717073
Binary1011101110001111101000111100010101001010111001111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DC7D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,199,209); }

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

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

 a { background-color: rgb(93,199,209); }

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

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

 span { border-color: rgb(93,199,209); }

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