Html Css Color HEX #4CC6BE Medium Turquoise

📋 copy color: '#4CC6BE'

red 76 ◦ green 198 ◦ blue 190

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

Shades of Medium Turquoise #4CC6BE

Tints of Medium Turquoise #4CC6BE

RGB

 RED value IS 76 (30.08% from 255) = 16.38%

 GREEN value IS 198 (77.73% from 255) = 42.67%

 BLUE value IS 190 (74.61% from 255) = 40.95%

R = 16.38%
G = 42.67%
B = 40.95%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#4CC6BE (or 0x4CC6BE) is known color: Medium Turquoise. HEX triplet: 4C, C6 and BE. RGB value is (76,198,190). Sum of RGB (Red+Green+Blue) = 76+198+190=464 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.38% from 464); Green value is 198 (77.73% from 255 or 42.67% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 198 - color contains mainly: green. Hex color #4CC6BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CC6BE is #B33941. Grayscale: #A0A0A0. Windows color (decimal): -11745602 or 12502604. OLE color: 12502604.

HSL color Cylindrical-coordinate representation of color #4CC6BE: hue angle of 176.07º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4CC6BE is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 76 198 190 -
CMYK 0.62 0 0.04 0.22
HSL 176.07º 0.52% 0.54% -
HSV(B) 176.07º 0.62% 0.78% -
XYZ 32.47 45.64 55.81 -
YUV 160.61 144.58 67.65 -
System Red Green Blue C M Y K H S L
Decimal 76 198 190 0.62 0 0.04 0.22 176.07 0.52 0.54
Hex 4C C6 BE 3E 0 4 16 B0 34 36
Octal 114 306 276 76 0 4 26 260 64 66
Binary 1001100 11000110 10111110 111110 0 100 10110 10110000 110100 110110

Color Harmonies of #4CC6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CC6BE

Black with #4CC6BE

Text Example


Text Example

White with #4CC6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4CC6BE; }

 p { color: rgb(76,198,190); }

 H1.HeaderClassName
 {
   color: #4CC6BE;
 }
 .AnyTagClassName
 {
   color: #4CC6BE;
 }
</style>

background-color css

<style>
 a { background-color: #4CC6BE; }

 a { background-color: rgb(76,198,190); }

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

border-color css

<style>
 span { border-color: #4CC6BE; }

 span { border-color: rgb(76,198,190); }

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