#4CCEE0

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

Shades of Medium Turquoise #4CCEE0

Tints of Medium Turquoise #4CCEE0

Color information

#4CCEE0 (or 0x4CCEE0) is unknown color: approx Medium Turquoise. HEX triplet: 4C, CE and E0. RGB value is (76,206,224). Sum of RGB (Red+Green+Blue) = 76+206+224=506 (67% of max value = 765). Red value is 76 (30.08% from 255 or 15.02% from 506); Green value is 206 (80.86% from 255 or 40.71% from 506); Blue value is 224 (87.89% from 255 or 44.27% from 506); Max value from RGB is 224 - color contains mainly: blue. Hex color #4CCEE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCEE0 is #B3311F. Grayscale: #A8A8A8. Windows color (decimal): -11743520 or 14732876. OLE color: 14732876.

HSL color Cylindrical-coordinate representation of color #4CCEE0: hue angle of 187.3º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CCEE0 is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB76206224-
CMYK0.660.0800.12
HSL187.3º70.48%58.82%-
HSV(B)187.3º66.07%87.84%-
XYZ38.5151.0678.35-
YUV169.18158.9361.54-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 15.02%
GREEN value IS 206 (80.86% from 255) = 40.71%
BLUE value IS 224 (87.89% from 255) = 44.27%
R=15.02%
G=40.71%
B=44.27%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal762062240.660.0800.12187.370.4858.82
Hex4CCEE04280Cbb463b
Octal1143163401021001427310673
Binary100110011001110111000001000010100001100101110111000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CCEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,206,224); }

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

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

 a { background-color: rgb(76,206,224); }

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

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

 span { border-color: rgb(76,206,224); }

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