#4CE8D9

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

Shades of Turquoise #4CE8D9

Tints of Turquoise #4CE8D9

Color information

#4CE8D9 (or 0x4CE8D9) is unknown color: approx Turquoise. HEX triplet: 4C, E8 and D9. RGB value is (76,232,217). Sum of RGB (Red+Green+Blue) = 76+232+217=525 (69% of max value = 765). Red value is 76 (30.08% from 255 or 14.48% from 525); Green value is 232 (91.02% from 255 or 44.19% from 525); Blue value is 217 (85.16% from 255 or 41.33% from 525); Max value from RGB is 232 - color contains mainly: green. Hex color #4CE8D9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CE8D9 is #B31726. Grayscale: #B7B7B7. Windows color (decimal): -11736871 or 14280780. OLE color: 14280780.

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

Color convert

RGB76232217-
CMYK0.6700.060.09
HSL174.23º77.23%60.39%-
HSV(B)174.23º67.24%90.98%-
XYZ44.3664.2675.71-
YUV183.65146.8251.22-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 14.48%
GREEN value IS 232 (91.02% from 255) = 44.19%
BLUE value IS 217 (85.16% from 255) = 41.33%
R=14.48%
G=44.19%
B=41.33%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal762322170.6700.060.09174.2377.2360.39
Hex4CE8D943069ae4d3c
Octal114350331103061125611574
Binary10011001110100011011001100001101101001101011101001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CE8D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,232,217); }

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

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

 a { background-color: rgb(76,232,217); }

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

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

 span { border-color: rgb(76,232,217); }

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