#4FCEE0

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

Shades of Medium Turquoise #4FCEE0

Tints of Medium Turquoise #4FCEE0

Color information

#4FCEE0 (or 0x4FCEE0) is unknown color: approx Medium Turquoise. HEX triplet: 4F, CE and E0. RGB value is (79,206,224). Sum of RGB (Red+Green+Blue) = 79+206+224=509 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.52% from 509); Green value is 206 (80.86% from 255 or 40.47% from 509); Blue value is 224 (87.89% from 255 or 44.01% from 509); Max value from RGB is 224 - color contains mainly: blue. Hex color #4FCEE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCEE0 is #B0311F. Grayscale: #A9A9A9. Windows color (decimal): -11546912 or 14732879. OLE color: 14732879.

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

Color convert

RGB79206224-
CMYK0.650.0800.12
HSL187.45º70.05%59.41%-
HSV(B)187.45º64.73%87.84%-
XYZ38.7551.1978.36-
YUV170.08158.4263.04-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 15.52%
GREEN value IS 206 (80.86% from 255) = 40.47%
BLUE value IS 224 (87.89% from 255) = 44.01%
R=15.52%
G=40.47%
B=44.01%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal792062240.650.0800.12187.4570.0559.41
Hex4FCEE04180Cbb463b
Octal1173163401011001427310673
Binary100111111001110111000001000001100001100101110111000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FCEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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