Html Css Color HEX #5DCAC8 Medium Turquoise

📋 copy color: '#5DCAC8'

red 93 ◦ green 202 ◦ blue 200

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

Shades of Medium Turquoise #5DCAC8

Tints of Medium Turquoise #5DCAC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 40.4%

R = 18.79%
G = 40.81%
B = 40.4%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#5DCAC8 (or 0x5DCAC8) is known color: Medium Turquoise. HEX triplet: 5D, CA and C8. RGB value is (93,202,200). Sum of RGB (Red+Green+Blue) = 93+202+200=495 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.79% from 495); Green value is 202 (79.30% from 255 or 40.81% from 495); Blue value is 200 (78.52% from 255 or 40.40% from 495); Max value from RGB is 202 - color contains mainly: green. Hex color #5DCAC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCAC8 is #A23537. Grayscale: #A9A9A9. Windows color (decimal): -10630456 or 13159005. OLE color: 13159005.

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

Color convert

RGB 93 202 200 -
CMYK 0.54 0 0.01 0.21
HSL 178.9º 0.51% 0.58% -
HSV(B) 178.9º 0.54% 0.79% -
XYZ 36.06 48.74 62.15 -
YUV 169.18 145.39 73.66 -
System Red Green Blue C M Y K H S L
Decimal 93 202 200 0.54 0 0.01 0.21 178.9 0.51 0.58
Hex 5D CA C8 36 0 1 15 B3 33 3A
Octal 135 312 310 66 0 1 25 263 63 72
Binary 1011101 11001010 11001000 110110 0 1 10101 10110011 110011 111010

Color Harmonies of #5DCAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCAC8

Black with #5DCAC8

Text Example


Text Example

White with #5DCAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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