Html Css Color HEX #5DD6CA Medium Turquoise

📋 copy color: '#5DD6CA'

red 93 ◦ green 214 ◦ blue 202

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

Shades of Medium Turquoise #5DD6CA

Tints of Medium Turquoise #5DD6CA

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.04%

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

R = 18.27%
G = 42.04%
B = 39.69%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#5DD6CA (or 0x5DD6CA) is known color: Medium Turquoise. HEX triplet: 5D, D6 and CA. RGB value is (93,214,202). Sum of RGB (Red+Green+Blue) = 93+214+202=509 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.27% from 509); Green value is 214 (83.98% from 255 or 42.04% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 214 - color contains mainly: green. Hex color #5DD6CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DD6CA is #A22935. Grayscale: #B0B0B0. Windows color (decimal): -10627382 or 13293149. OLE color: 13293149.

HSL color Cylindrical-coordinate representation of color #5DD6CA: hue angle of 174.05º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DD6CA is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 93 214 202 -
CMYK 0.57 0 0.06 0.16
HSL 174.05º 0.6% 0.6% -
HSV(B) 174.05º 0.57% 0.84% -
XYZ 39.22 54.68 64.37 -
YUV 176.45 142.41 68.48 -
System Red Green Blue C M Y K H S L
Decimal 93 214 202 0.57 0 0.06 0.16 174.05 0.6 0.6
Hex 5D D6 CA 39 0 6 10 AE 3C 3C
Octal 135 326 312 71 0 6 20 256 74 74
Binary 1011101 11010110 11001010 111001 0 110 10000 10101110 111100 111100

Color Harmonies of #5DD6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DD6CA

Black with #5DD6CA

Text Example


Text Example

White with #5DD6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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