#4FCCE1

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

Shades of Medium Turquoise #4FCCE1

Tints of Medium Turquoise #4FCCE1

Color information

#4FCCE1 (or 0x4FCCE1) is unknown color: approx Medium Turquoise. HEX triplet: 4F, CC and E1. RGB value is (79,204,225). Sum of RGB (Red+Green+Blue) = 79+204+225=508 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.55% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 225 (88.28% from 255 or 44.29% from 508); Max value from RGB is 225 - color contains mainly: blue. Hex color #4FCCE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCCE1 is #B0331E. Grayscale: #A8A8A8. Windows color (decimal): -11547423 or 14797903. OLE color: 14797903.

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

Color convert

RGB79204225-
CMYK0.650.0900.12
HSL188.63º70.87%59.61%-
HSV(B)188.63º64.89%88.24%-
XYZ38.4150.2878.92-
YUV169.02159.5963.79-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 15.55%
GREEN value IS 204 (80.08% from 255) = 40.16%
BLUE value IS 225 (88.28% from 255) = 44.29%
R=15.55%
G=40.16%
B=44.29%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal792042250.650.0900.12188.6370.8759.61
Hex4FCCE14190Cbd473c
Octal1173143411011101427510774
Binary100111111001100111000011000001100101100101111011000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FCCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,204,225); }

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

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

 a { background-color: rgb(79,204,225); }

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

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

 span { border-color: rgb(79,204,225); }

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