Html Css Color HEX #5CD9D5 Medium Turquoise

📋 copy color: '#5CD9D5'

red 92 ◦ green 217 ◦ blue 213

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

Shades of Medium Turquoise #5CD9D5

Tints of Medium Turquoise #5CD9D5

RGB

 RED value IS 92 (36.33% from 255) = 17.62%

 GREEN value IS 217 (85.16% from 255) = 41.57%

 BLUE value IS 213 (83.59% from 255) = 40.8%

R = 17.62%
G = 41.57%
B = 40.8%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#5CD9D5 (or 0x5CD9D5) is known color: Medium Turquoise. HEX triplet: 5C, D9 and D5. RGB value is (92,217,213). Sum of RGB (Red+Green+Blue) = 92+217+213=522 (69% of max value = 765). Red value is 92 (36.33% from 255 or 17.62% from 522); Green value is 217 (85.16% from 255 or 41.57% from 522); Blue value is 213 (83.59% from 255 or 40.80% from 522); Max value from RGB is 217 - color contains mainly: green. Hex color #5CD9D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CD9D5 is #A3262A. Grayscale: #B3B3B3. Windows color (decimal): -10692139 or 14014812. OLE color: 14014812.

HSL color Cylindrical-coordinate representation of color #5CD9D5: hue angle of 178.08º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CD9D5 is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 92 217 213 -
CMYK 0.58 0 0.02 0.15
HSL 178.08º 0.62% 0.61% -
HSV(B) 178.08º 0.58% 0.85% -
XYZ 41.24 56.71 71.72 -
YUV 179.17 147.09 65.83 -
System Red Green Blue C M Y K H S L
Decimal 92 217 213 0.58 0 0.02 0.15 178.08 0.62 0.61
Hex 5C D9 D5 3A 0 2 F B2 3E 3D
Octal 134 331 325 72 0 2 17 262 76 75
Binary 1011100 11011001 11010101 111010 0 10 1111 10110010 111110 111101

Color Harmonies of #5CD9D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CD9D5

Black with #5CD9D5

Text Example


Text Example

White with #5CD9D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,217,213); }

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

background-color css

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

 a { background-color: rgb(92,217,213); }

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

border-color css

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

 span { border-color: rgb(92,217,213); }

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