Html Css Color HEX #5DDDCD Medium Turquoise

📋 copy color: '#5DDDCD'

red 93 ◦ green 221 ◦ blue 205

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

Shades of Medium Turquoise #5DDDCD

Tints of Medium Turquoise #5DDDCD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.58%

 BLUE value IS 205 (80.47% from 255) = 39.5%

R = 17.92%
G = 42.58%
B = 39.5%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#5DDDCD (or 0x5DDDCD) is known color: Medium Turquoise. HEX triplet: 5D, DD and CD. RGB value is (93,221,205). Sum of RGB (Red+Green+Blue) = 93+221+205=519 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.92% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 221 - color contains mainly: green. Hex color #5DDDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DDDCD is #A22232. Grayscale: #B4B4B4. Windows color (decimal): -10625587 or 13491549. OLE color: 13491549.

HSL color Cylindrical-coordinate representation of color #5DDDCD: hue angle of 172.5º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DDDCD is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 93 221 205 -
CMYK 0.58 0 0.07 0.13
HSL 172.5º 0.65% 0.62% -
HSV(B) 172.5º 0.58% 0.87% -
XYZ 41.39 58.45 66.86 -
YUV 180.9 141.59 65.3 -
System Red Green Blue C M Y K H S L
Decimal 93 221 205 0.58 0 0.07 0.13 172.5 0.65 0.62
Hex 5D DD CD 3A 0 7 D AC 41 3E
Octal 135 335 315 72 0 7 15 254 101 76
Binary 1011101 11011101 11001101 111010 0 111 1101 10101100 1000001 111110

Color Harmonies of #5DDDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDDCD

Black with #5DDDCD

Text Example


Text Example

White with #5DDDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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