Html Css Color HEX #5DCAC6 Medium Turquoise

📋 copy color: '#5DCAC6'

red 93 ◦ green 202 ◦ blue 198

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

Shades of Medium Turquoise #5DCAC6

Tints of Medium Turquoise #5DCAC6

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.97%

 BLUE value IS 198 (77.73% from 255) = 40.16%

R = 18.86%
G = 40.97%
B = 40.16%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#5DCAC6 (or 0x5DCAC6) is known color: Medium Turquoise. HEX triplet: 5D, CA and C6. RGB value is (93,202,198). Sum of RGB (Red+Green+Blue) = 93+202+198=493 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.86% from 493); Green value is 202 (79.30% from 255 or 40.97% from 493); Blue value is 198 (77.73% from 255 or 40.16% from 493); Max value from RGB is 202 - color contains mainly: green. Hex color #5DCAC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCAC6 is #A23539. Grayscale: #A8A8A8. Windows color (decimal): -10630458 or 13027933. OLE color: 13027933.

HSL color Cylindrical-coordinate representation of color #5DCAC6: hue angle of 177.8º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DCAC6 is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB 93 202 198 -
CMYK 0.54 0 0.02 0.21
HSL 177.8º 0.51% 0.58% -
HSV(B) 177.8º 0.54% 0.79% -
XYZ 35.83 48.65 60.93 -
YUV 168.95 144.39 73.83 -
System Red Green Blue C M Y K H S L
Decimal 93 202 198 0.54 0 0.02 0.21 177.8 0.51 0.58
Hex 5D CA C6 36 0 2 15 B2 33 3A
Octal 135 312 306 66 0 2 25 262 63 72
Binary 1011101 11001010 11000110 110110 0 10 10101 10110010 110011 111010

Color Harmonies of #5DCAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCAC6

Black with #5DCAC6

Text Example


Text Example

White with #5DCAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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