#4cf2e5

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

Shades of Turquoise #4CF2E5

Tints of Turquoise #4CF2E5

Color information

#4CF2E5 (or 0x4CF2E5) is unknown color: approx Turquoise. HEX triplet: 4C, F2 and E5. RGB value is (76,242,229). Sum of RGB (Red+Green+Blue) = 76+242+229=547 (72% of max value = 765). Red value is 76 (30.08% from 255 or 13.89% from 547); Green value is 242 (94.92% from 255 or 44.24% from 547); Blue value is 229 (89.84% from 255 or 41.86% from 547); Max value from RGB is 242 - color contains mainly: green. Hex color #4CF2E5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CF2E5 is #B30D1A. Grayscale: #BEBEBE. Windows color (decimal): -11734299 or 15069772. OLE color: 15069772.

HSL color Cylindrical-coordinate representation of color #4CF2E5: hue angle of 175.3º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CF2E5 is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB76242229-
CMYK0.6900.050.05
HSL175.3º86.46%62.35%-
HSV(B)175.3º68.6%94.9%-
XYZ48.8870.785.2-
YUV190.88149.546.06-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 13.89%
GREEN value IS 242 (94.92% from 255) = 44.24%
BLUE value IS 229 (89.84% from 255) = 41.86%
R=13.89%
G=44.24%
B=41.86%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal762422290.6900.050.05175.386.4662.35
Hex4CF2E545055af563e
Octal11436234510505525712676
Binary1001100111100101110010110001010101101101011111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4cf2e5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,242,229); }

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

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

 a { background-color: rgb(76,242,229); }

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

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

 span { border-color: rgb(76,242,229); }

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