#4CE3C6

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

Shades of Turquoise #4CE3C6

Tints of Turquoise #4CE3C6

Color information

#4CE3C6 (or 0x4CE3C6) is unknown color: approx Turquoise. HEX triplet: 4C, E3 and C6. RGB value is (76,227,198). Sum of RGB (Red+Green+Blue) = 76+227+198=501 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.17% from 501); Green value is 227 (89.06% from 255 or 45.31% from 501); Blue value is 198 (77.73% from 255 or 39.52% from 501); Max value from RGB is 227 - color contains mainly: green. Hex color #4CE3C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CE3C6 is #B31C39. Grayscale: #B2B2B2. Windows color (decimal): -11738170 or 13034316. OLE color: 13034316.

HSL color Cylindrical-coordinate representation of color #4CE3C6: hue angle of 168.48º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4CE3C6 is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.

Color convert

RGB76227198-
CMYK0.6700.130.11
HSL168.48º72.95%59.41%-
HSV(B)168.48º66.52%89.02%-
XYZ40.6460.5562.97-
YUV178.54138.9754.86-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 15.17%
GREEN value IS 227 (89.06% from 255) = 45.31%
BLUE value IS 198 (77.73% from 255) = 39.52%
R=15.17%
G=45.31%
B=39.52%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal762271980.6700.130.11168.4872.9559.41
Hex4CE3C6430DBa8493b
Octal1143433061030151325011173
Binary100110011100011110001101000011011011011101010001001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CE3C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,227,198); }

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

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

 a { background-color: rgb(76,227,198); }

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

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

 span { border-color: rgb(76,227,198); }

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