Html Css Color HEX #5DCAC7 Medium Turquoise

📋 copy color: '#5DCAC7'

red 93 ◦ green 202 ◦ blue 199

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

Shades of Medium Turquoise #5DCAC7

Tints of Medium Turquoise #5DCAC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.28%

R = 18.83%
G = 40.89%
B = 40.28%

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

#5DCAC7 (or 0x5DCAC7) is known color: Medium Turquoise. HEX triplet: 5D, CA and C7. RGB value is (93,202,199). Sum of RGB (Red+Green+Blue) = 93+202+199=494 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.83% from 494); Green value is 202 (79.30% from 255 or 40.89% from 494); Blue value is 199 (78.12% from 255 or 40.28% from 494); Max value from RGB is 202 - color contains mainly: green. Hex color #5DCAC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCAC7 is #A23538. Grayscale: #A8A8A8. Windows color (decimal): -10630457 or 13093469. OLE color: 13093469.

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

Color convert

RGB 93 202 199 -
CMYK 0.54 0 0.01 0.21
HSL 178.35º 0.51% 0.58% -
HSV(B) 178.35º 0.54% 0.79% -
XYZ 35.94 48.69 61.54 -
YUV 169.07 144.89 73.74 -
System Red Green Blue C M Y K H S L
Decimal 93 202 199 0.54 0 0.01 0.21 178.35 0.51 0.58
Hex 5D CA C7 36 0 1 15 B2 33 3A
Octal 135 312 307 66 0 1 25 262 63 72
Binary 1011101 11001010 11000111 110110 0 1 10101 10110010 110011 111010

Color Harmonies of #5DCAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCAC7

Black with #5DCAC7

Text Example


Text Example

White with #5DCAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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