#4CE2D6

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

Shades of Turquoise #4CE2D6

Tints of Turquoise #4CE2D6

Color information

#4CE2D6 (or 0x4CE2D6) is unknown color: approx Turquoise. HEX triplet: 4C, E2 and D6. RGB value is (76,226,214). Sum of RGB (Red+Green+Blue) = 76+226+214=516 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.73% from 516); Green value is 226 (88.67% from 255 or 43.80% from 516); Blue value is 214 (83.98% from 255 or 41.47% from 516); Max value from RGB is 226 - color contains mainly: green. Hex color #4CE2D6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CE2D6 is #B31D29. Grayscale: #B3B3B3. Windows color (decimal): -11738410 or 14082636. OLE color: 14082636.

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

Color convert

RGB76226214-
CMYK0.6600.050.11
HSL175.2º72.12%59.22%-
HSV(B)175.2º66.37%88.63%-
XYZ42.3160.7873.12-
YUV179.78147.353.98-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 14.73%
GREEN value IS 226 (88.67% from 255) = 43.80%
BLUE value IS 214 (83.98% from 255) = 41.47%
R=14.73%
G=43.80%
B=41.47%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal762262140.6600.050.11175.272.1259.22
Hex4CE2D64205Baf483b
Octal114342326102051325711073
Binary10011001110001011010110100001001011011101011111001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CE2D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,226,214); }

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

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

 a { background-color: rgb(76,226,214); }

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

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

 span { border-color: rgb(76,226,214); }

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