Html Css Color HEX #4CC8BF Medium Turquoise

📋 copy color: '#4CC8BF'

red 76 ◦ green 200 ◦ blue 191

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

Shades of Medium Turquoise #4CC8BF

Tints of Medium Turquoise #4CC8BF

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.83%

 BLUE value IS 191 (75% from 255) = 40.9%

R = 16.27%
G = 42.83%
B = 40.9%

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

#4CC8BF (or 0x4CC8BF) is known color: Medium Turquoise. HEX triplet: 4C, C8 and BF. RGB value is (76,200,191). Sum of RGB (Red+Green+Blue) = 76+200+191=467 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.27% from 467); Green value is 200 (78.52% from 255 or 42.83% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 200 - color contains mainly: green. Hex color #4CC8BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CC8BF is #B33740. Grayscale: #A1A1A1. Windows color (decimal): -11745089 or 12568652. OLE color: 12568652.

HSL color Cylindrical-coordinate representation of color #4CC8BF: hue angle of 175.65º degrees, saturation: 0.53, 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 #4CC8BF is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 76 200 191 -
CMYK 0.62 0 0.04 0.22
HSL 175.65º 0.53% 0.54% -
HSV(B) 175.65º 0.62% 0.78% -
XYZ 33.04 46.61 56.54 -
YUV 161.9 144.42 66.73 -
System Red Green Blue C M Y K H S L
Decimal 76 200 191 0.62 0 0.04 0.22 175.65 0.53 0.54
Hex 4C C8 BF 3E 0 4 16 B0 35 36
Octal 114 310 277 76 0 4 26 260 65 66
Binary 1001100 11001000 10111111 111110 0 100 10110 10110000 110101 110110

Color Harmonies of #4CC8BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CC8BF

Black with #4CC8BF

Text Example


Text Example

White with #4CC8BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,200,191); }

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

background-color css

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

 a { background-color: rgb(76,200,191); }

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

border-color css

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

 span { border-color: rgb(76,200,191); }

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