#4CC7BE

Color #4CC7BE Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #4CC7BE

Tints of Medium Turquoise #4CC7BE

Color information

#4CC7BE (or 0x4CC7BE) is unknown color: approx Medium Turquoise. HEX triplet: 4C, C7 and BE. RGB value is (76,199,190). Sum of RGB (Red+Green+Blue) = 76+199+190=465 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.34% from 465); Green value is 199 (78.12% from 255 or 42.80% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 199 - color contains mainly: green. Hex color #4CC7BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CC7BE is #B33841. Grayscale: #A1A1A1. Windows color (decimal): -11745346 or 12502860. OLE color: 12502860.

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

Color convert

RGB76199190-
CMYK0.6200.050.22
HSL175.61º52.34%53.92%-
HSV(B)175.61º61.81%78.04%-
XYZ32.746.155.89-
YUV161.2144.2567.23-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.34%
GREEN value IS 199 (78.12% from 255) = 42.80%
BLUE value IS 190 (74.61% from 255) = 40.86%
R=16.34%
G=42.80%
B=40.86%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal761991900.6200.050.22175.6152.3453.92
Hex4CC7BE3E0516b03436
Octal1143072767605262606466
Binary1001100110001111011111011111001011011010110000110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CC7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4CC7BE;
 }
 .AnyTagClassName
 {
   color: #4CC7BE;
 }
</style>
background-color css

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

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

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

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

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

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