Html Css Color HEX #5CDAC9 Medium Turquoise

📋 copy color: '#5CDAC9'

red 92 ◦ green 218 ◦ blue 201

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

Shades of Medium Turquoise #5CDAC9

Tints of Medium Turquoise #5CDAC9

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.66%

 BLUE value IS 201 (78.91% from 255) = 39.33%

R = 18%
G = 42.66%
B = 39.33%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#5CDAC9 (or 0x5CDAC9) is known color: Medium Turquoise. HEX triplet: 5C, DA and C9. RGB value is (92,218,201). Sum of RGB (Red+Green+Blue) = 92+218+201=511 (67% of max value = 765). Red value is 92 (36.33% from 255 or 18.00% from 511); Green value is 218 (85.55% from 255 or 42.66% from 511); Blue value is 201 (78.91% from 255 or 39.33% from 511); Max value from RGB is 218 - color contains mainly: green. Hex color #5CDAC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CDAC9 is #A32536. Grayscale: #B2B2B2. Windows color (decimal): -10691895 or 13228636. OLE color: 13228636.

HSL color Cylindrical-coordinate representation of color #5CDAC9: hue angle of 171.9º degrees, saturation: 0.63, 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 #5CDAC9 is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 92 218 201 -
CMYK 0.58 0 0.08 0.15
HSL 171.9º 0.63% 0.61% -
HSV(B) 171.9º 0.58% 0.85% -
XYZ 40.03 56.64 64.08 -
YUV 178.39 140.76 66.38 -
System Red Green Blue C M Y K H S L
Decimal 92 218 201 0.58 0 0.08 0.15 171.9 0.63 0.61
Hex 5C DA C9 3A 0 8 F AC 3F 3D
Octal 134 332 311 72 0 10 17 254 77 75
Binary 1011100 11011010 11001001 111010 0 1000 1111 10101100 111111 111101

Color Harmonies of #5CDAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CDAC9

Black with #5CDAC9

Text Example


Text Example

White with #5CDAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,218,201); }

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

background-color css

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

 a { background-color: rgb(92,218,201); }

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

border-color css

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

 span { border-color: rgb(92,218,201); }

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