#4CE4D1

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

Shades of Turquoise #4CE4D1

Tints of Turquoise #4CE4D1

Color information

#4CE4D1 (or 0x4CE4D1) is unknown color: approx Turquoise. HEX triplet: 4C, E4 and D1. RGB value is (76,228,209). Sum of RGB (Red+Green+Blue) = 76+228+209=513 (67% of max value = 765). Red value is 76 (30.08% from 255 or 14.81% from 513); Green value is 228 (89.45% from 255 or 44.44% from 513); Blue value is 209 (82.03% from 255 or 40.74% from 513); Max value from RGB is 228 - color contains mainly: green. Hex color #4CE4D1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CE4D1 is #B31B2E. Grayscale: #B4B4B4. Windows color (decimal): -11737903 or 13755468. OLE color: 13755468.

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

Color convert

RGB76228209-
CMYK0.6700.080.11
HSL172.5º73.79%59.61%-
HSV(B)172.5º66.67%89.41%-
XYZ42.2361.6369.99-
YUV180.39144.1453.54-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 14.81%
GREEN value IS 228 (89.45% from 255) = 44.44%
BLUE value IS 209 (82.03% from 255) = 40.74%
R=14.81%
G=44.44%
B=40.74%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal762282090.6700.080.11172.573.7959.61
Hex4CE4D14308Bac4a3c
Octal1143443211030101325411274
Binary100110011100100110100011000011010001011101011001001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CE4D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,228,209); }

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

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

 a { background-color: rgb(76,228,209); }

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

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

 span { border-color: rgb(76,228,209); }

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