Html Css Color HEX #5DD0CA Medium Turquoise

📋 copy color: '#5DD0CA'

red 93 ◦ green 208 ◦ blue 202

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

Shades of Medium Turquoise #5DD0CA

Tints of Medium Turquoise #5DD0CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.16%

R = 18.49%
G = 41.35%
B = 40.16%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#5DD0CA (or 0x5DD0CA) is known color: Medium Turquoise. HEX triplet: 5D, D0 and CA. RGB value is (93,208,202). Sum of RGB (Red+Green+Blue) = 93+208+202=503 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.49% from 503); Green value is 208 (81.64% from 255 or 41.35% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 208 - color contains mainly: green. Hex color #5DD0CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DD0CA is #A22F35. Grayscale: #ACACAC. Windows color (decimal): -10628918 or 13291613. OLE color: 13291613.

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

Color convert

RGB 93 208 202 -
CMYK 0.55 0 0.03 0.18
HSL 176.87º 0.55% 0.59% -
HSV(B) 176.87º 0.55% 0.82% -
XYZ 37.73 51.7 63.87 -
YUV 172.93 144.4 70.99 -
System Red Green Blue C M Y K H S L
Decimal 93 208 202 0.55 0 0.03 0.18 176.87 0.55 0.59
Hex 5D D0 CA 37 0 3 12 B1 37 3B
Octal 135 320 312 67 0 3 22 261 67 73
Binary 1011101 11010000 11001010 110111 0 11 10010 10110001 110111 111011

Color Harmonies of #5DD0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DD0CA

Black with #5DD0CA

Text Example


Text Example

White with #5DD0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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