Html Css Color HEX #5DD2D1 Medium Turquoise

📋 copy color: '#5DD2D1'

red 93 ◦ green 210 ◦ blue 209

#5DD2D1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Turquoise #5DD2D1

Tints of Medium Turquoise #5DD2D1

RGB

 RED value IS 93 (36.72% from 255) = 18.16%

 GREEN value IS 210 (82.42% from 255) = 41.02%

 BLUE value IS 209 (82.03% from 255) = 40.82%

R = 18.16%
G = 41.02%
B = 40.82%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#5DD2D1 (or 0x5DD2D1) is known color: Medium Turquoise. HEX triplet: 5D, D2 and D1. RGB value is (93,210,209). Sum of RGB (Red+Green+Blue) = 93+210+209=512 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.16% from 512); Green value is 210 (82.42% from 255 or 41.02% from 512); Blue value is 209 (82.03% from 255 or 40.82% from 512); Max value from RGB is 210 - color contains mainly: green. Hex color #5DD2D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DD2D1 is #A22D2E. Grayscale: #AEAEAE. Windows color (decimal): -10628399 or 13750877. OLE color: 13750877.

HSL color Cylindrical-coordinate representation of color #5DD2D1: hue angle of 179.49º degrees, saturation: 0.57, 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 #5DD2D1 is Cyan = 0.56, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 93 210 209 -
CMYK 0.56 0 0.00 0.18
HSL 179.49º 0.57% 0.59% -
HSV(B) 179.49º 0.56% 0.82% -
XYZ 39.07 53.02 68.5 -
YUV 174.9 147.24 69.58 -
System Red Green Blue C M Y K H S L
Decimal 93 210 209 0.56 0 0.00 0.18 179.49 0.57 0.59
Hex 5D D2 D1 38 0 0 12 B3 39 3B
Octal 135 322 321 70 0 0 22 263 71 73
Binary 1011101 11010010 11010001 111000 0 0 10010 10110011 111001 111011

Color Harmonies of #5DD2D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DD2D1

Black with #5DD2D1

Text Example


Text Example

White with #5DD2D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5DD2D1;
 }
 .AnyTagClassName
 {
   color: #5DD2D1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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