Html Css Color HEX #5DD0CD Medium Turquoise

📋 copy color: '#5DD0CD'

red 93 ◦ green 208 ◦ blue 205

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

Shades of Medium Turquoise #5DD0CD

Tints of Medium Turquoise #5DD0CD

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.11%

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

R = 18.38%
G = 41.11%
B = 40.51%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#5DD0CD (or 0x5DD0CD) is known color: Medium Turquoise. HEX triplet: 5D, D0 and CD. RGB value is (93,208,205). Sum of RGB (Red+Green+Blue) = 93+208+205=506 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.38% from 506); Green value is 208 (81.64% from 255 or 41.11% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 208 - color contains mainly: green. Hex color #5DD0CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DD0CD is #A22F32. Grayscale: #ADADAD. Windows color (decimal): -10628915 or 13488221. OLE color: 13488221.

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

Color convert

RGB 93 208 205 -
CMYK 0.55 0 0.01 0.18
HSL 178.43º 0.55% 0.59% -
HSV(B) 178.43º 0.55% 0.82% -
XYZ 38.09 51.85 65.76 -
YUV 173.27 145.9 70.74 -
System Red Green Blue C M Y K H S L
Decimal 93 208 205 0.55 0 0.01 0.18 178.43 0.55 0.59
Hex 5D D0 CD 37 0 1 12 B2 37 3B
Octal 135 320 315 67 0 1 22 262 67 73
Binary 1011101 11010000 11001101 110111 0 1 10010 10110010 110111 111011

Color Harmonies of #5DD0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DD0CD

Black with #5DD0CD

Text Example


Text Example

White with #5DD0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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