#4CE9CE

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

Shades of Turquoise #4CE9CE

Tints of Turquoise #4CE9CE

Color information

#4CE9CE (or 0x4CE9CE) is unknown color: approx Turquoise. HEX triplet: 4C, E9 and CE. RGB value is (76,233,206). Sum of RGB (Red+Green+Blue) = 76+233+206=515 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.76% from 515); Green value is 233 (91.41% from 255 or 45.24% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 233 - color contains mainly: green. Hex color #4CE9CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CE9CE is #B31631. Grayscale: #B6B6B6. Windows color (decimal): -11736626 or 13560140. OLE color: 13560140.

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

Color convert

RGB76233206-
CMYK0.6700.120.09
HSL169.68º78.11%60.59%-
HSV(B)169.68º67.38%91.37%-
XYZ43.2664.2768.52-
YUV182.98140.9951.7-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 14.76%
GREEN value IS 233 (91.41% from 255) = 45.24%
BLUE value IS 206 (80.86% from 255) = 40%
R=14.76%
G=45.24%
B=40%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal762332060.6700.120.09169.6878.1160.59
Hex4CE9CE430C9aa4e3d
Octal1143513161030141125211675
Binary100110011101001110011101000011011001001101010101001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CE9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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