#4CE3B4

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

Shades of Turquoise #4CE3B4

Tints of Turquoise #4CE3B4

Color information

#4CE3B4 (or 0x4CE3B4) is unknown color: approx Turquoise. HEX triplet: 4C, E3 and B4. RGB value is (76,227,180). Sum of RGB (Red+Green+Blue) = 76+227+180=483 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.73% from 483); Green value is 227 (89.06% from 255 or 47.00% from 483); Blue value is 180 (70.70% from 255 or 37.27% from 483); Max value from RGB is 227 - color contains mainly: green. Hex color #4CE3B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CE3B4 is #B31C4B. Grayscale: #B0B0B0. Windows color (decimal): -11738188 or 11854668. OLE color: 11854668.

HSL color Cylindrical-coordinate representation of color #4CE3B4: hue angle of 161.32º 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 #4CE3B4 is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.

Color convert

RGB76227180-
CMYK0.6700.210.11
HSL161.32º72.95%59.41%-
HSV(B)161.32º66.52%89.02%-
XYZ38.6959.7752.68-
YUV176.49129.9756.32-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 15.73%
GREEN value IS 227 (89.06% from 255) = 47.00%
BLUE value IS 180 (70.70% from 255) = 37.27%
R=15.73%
G=47.00%
B=37.27%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal762271800.6700.210.11161.3272.9559.41
Hex4CE3B443015Ba1493b
Octal1143432641030251324111173
Binary1001100111000111011010010000110101011011101000011001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CE3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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