#4cecbf

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

Shades of Turquoise #4CECBF

Tints of Turquoise #4CECBF

Color information

#4CECBF (or 0x4CECBF) is unknown color: approx Turquoise. HEX triplet: 4C, EC and BF. RGB value is (76,236,191). Sum of RGB (Red+Green+Blue) = 76+236+191=503 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.11% from 503); Green value is 236 (92.58% from 255 or 46.92% from 503); Blue value is 191 (75% from 255 or 37.97% from 503); Max value from RGB is 236 - color contains mainly: green. Hex color #4CECBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CECBF is #B31340. Grayscale: #B7B7B7. Windows color (decimal): -11735873 or 12577868. OLE color: 12577868.

HSL color Cylindrical-coordinate representation of color #4CECBF: hue angle of 163.12º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CECBF is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB76236191-
CMYK0.6800.190.07
HSL163.12º80.81%61.18%-
HSV(B)163.12º67.8%92.55%-
XYZ42.3865.2959.66-
YUV183.03132.4951.66-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 15.11%
GREEN value IS 236 (92.58% from 255) = 46.92%
BLUE value IS 191 (75% from 255) = 37.97%
R=15.11%
G=46.92%
B=37.97%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal762361910.6800.190.07163.1280.8161.18
Hex4CECBF440137a3513d
Octal114354277104023724312175
Binary100110011101100101111111000100010011111101000111010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4cecbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,236,191); }

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

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

 a { background-color: rgb(76,236,191); }

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

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

 span { border-color: rgb(76,236,191); }

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