Html Css Color HEX #5CC5C0 Medium Turquoise

📋 copy color: '#5CC5C0'

red 92 ◦ green 197 ◦ blue 192

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

Shades of Medium Turquoise #5CC5C0

Tints of Medium Turquoise #5CC5C0

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.96%

 BLUE value IS 192 (75.39% from 255) = 39.92%

R = 19.13%
G = 40.96%
B = 39.92%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#5CC5C0 (or 0x5CC5C0) is known color: Medium Turquoise. HEX triplet: 5C, C5 and C0. RGB value is (92,197,192). Sum of RGB (Red+Green+Blue) = 92+197+192=481 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.13% from 481); Green value is 197 (77.34% from 255 or 40.96% from 481); Blue value is 192 (75.39% from 255 or 39.92% from 481); Max value from RGB is 197 - color contains mainly: green. Hex color #5CC5C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CC5C0 is #A33A3F. Grayscale: #A4A4A4. Windows color (decimal): -10697280 or 12633436. OLE color: 12633436.

HSL color Cylindrical-coordinate representation of color #5CC5C0: hue angle of 177.14º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5CC5C0 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB 92 197 192 -
CMYK 0.53 0 0.03 0.23
HSL 177.14º 0.48% 0.57% -
HSV(B) 177.14º 0.53% 0.77% -
XYZ 33.89 46.01 56.96 -
YUV 165.04 143.21 75.91 -
System Red Green Blue C M Y K H S L
Decimal 92 197 192 0.53 0 0.03 0.23 177.14 0.48 0.57
Hex 5C C5 C0 35 0 3 17 B1 30 39
Octal 134 305 300 65 0 3 27 261 60 71
Binary 1011100 11000101 11000000 110101 0 11 10111 10110001 110000 111001

Color Harmonies of #5CC5C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CC5C0

Black with #5CC5C0

Text Example


Text Example

White with #5CC5C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,197,192); }

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

background-color css

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

 a { background-color: rgb(92,197,192); }

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

border-color css

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

 span { border-color: rgb(92,197,192); }

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