#4FCED7

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

Shades of Medium Turquoise #4FCED7

Tints of Medium Turquoise #4FCED7

Color information

#4FCED7 (or 0x4FCED7) is unknown color: approx Medium Turquoise. HEX triplet: 4F, CE and D7. RGB value is (79,206,215). Sum of RGB (Red+Green+Blue) = 79+206+215=500 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.8% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 215 (84.38% from 255 or 43% from 500); Max value from RGB is 215 - color contains mainly: blue. Hex color #4FCED7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCED7 is #B03128. Grayscale: #A8A8A8. Windows color (decimal): -11546921 or 14143055. OLE color: 14143055.

HSL color Cylindrical-coordinate representation of color #4FCED7: hue angle of 183.97º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4FCED7 is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB79206215-
CMYK0.630.0400.16
HSL183.97º62.96%57.65%-
HSV(B)183.97º63.26%84.31%-
XYZ37.5650.7172.1-
YUV169.05153.9263.77-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 15.8%
GREEN value IS 206 (80.86% from 255) = 41.2%
BLUE value IS 215 (84.38% from 255) = 43%
R=15.8%
G=41.2%
B=43%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal792062150.630.0400.16183.9762.9657.65
Hex4FCED73F4010b83f3a
Octal1173163277740202707772
Binary1001111110011101101011111111110001000010111000111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FCED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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