#4CE9B4

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

Shades of Turquoise #4CE9B4

Tints of Turquoise #4CE9B4

Color information

#4CE9B4 (or 0x4CE9B4) is unknown color: approx Turquoise. HEX triplet: 4C, E9 and B4. RGB value is (76,233,180). Sum of RGB (Red+Green+Blue) = 76+233+180=489 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.54% from 489); Green value is 233 (91.41% from 255 or 47.65% from 489); Blue value is 180 (70.70% from 255 or 36.81% from 489); Max value from RGB is 233 - color contains mainly: green. Hex color #4CE9B4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CE9B4 is #B3164B. Grayscale: #B4B4B4. Windows color (decimal): -11736652 or 11856204. OLE color: 11856204.

HSL color Cylindrical-coordinate representation of color #4CE9B4: hue angle of 159.75º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4CE9B4 is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.

Color convert

RGB76233180-
CMYK0.6700.230.09
HSL159.75º78.11%60.59%-
HSV(B)159.75º67.38%91.37%-
XYZ40.3663.1153.23-
YUV180.02127.9953.81-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 15.54%
GREEN value IS 233 (91.41% from 255) = 47.65%
BLUE value IS 180 (70.70% from 255) = 36.81%
R=15.54%
G=47.65%
B=36.81%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal762331800.6700.230.09159.7578.1160.59
Hex4CE9B4430179a04e3d
Octal1143512641030271124011675
Binary1001100111010011011010010000110101111001101000001001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CE9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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