Html Css Color HEX #5CC9C6 Medium Turquoise

📋 copy color: '#5CC9C6'

red 92 ◦ green 201 ◦ blue 198

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

Shades of Medium Turquoise #5CC9C6

Tints of Medium Turquoise #5CC9C6

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.94%

 BLUE value IS 198 (77.73% from 255) = 40.33%

R = 18.74%
G = 40.94%
B = 40.33%

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

#5CC9C6 (or 0x5CC9C6) is known color: Medium Turquoise. HEX triplet: 5C, C9 and C6. RGB value is (92,201,198). Sum of RGB (Red+Green+Blue) = 92+201+198=491 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.74% from 491); Green value is 201 (78.91% from 255 or 40.94% from 491); Blue value is 198 (77.73% from 255 or 40.33% from 491); Max value from RGB is 201 - color contains mainly: green. Hex color #5CC9C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CC9C6 is #A33639. Grayscale: #A7A7A7. Windows color (decimal): -10696250 or 13027676. OLE color: 13027676.

HSL color Cylindrical-coordinate representation of color #5CC9C6: hue angle of 178.35º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5CC9C6 is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB 92 201 198 -
CMYK 0.54 0 0.01 0.21
HSL 178.35º 0.5% 0.57% -
HSV(B) 178.35º 0.54% 0.79% -
XYZ 35.49 48.13 60.84 -
YUV 168.07 144.89 73.74 -
System Red Green Blue C M Y K H S L
Decimal 92 201 198 0.54 0 0.01 0.21 178.35 0.5 0.57
Hex 5C C9 C6 36 0 1 15 B2 32 39
Octal 134 311 306 66 0 1 25 262 62 71
Binary 1011100 11001001 11000110 110110 0 1 10101 10110010 110010 111001

Color Harmonies of #5CC9C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CC9C6

Black with #5CC9C6

Text Example


Text Example

White with #5CC9C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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