#4CEECE

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

Shades of Turquoise #4CEECE

Tints of Turquoise #4CEECE

Color information

#4CEECE (or 0x4CEECE) is unknown color: approx Turquoise. HEX triplet: 4C, EE and CE. RGB value is (76,238,206). Sum of RGB (Red+Green+Blue) = 76+238+206=520 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.62% from 520); Green value is 238 (93.36% from 255 or 45.77% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 238 - color contains mainly: green. Hex color #4CEECE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CEECE is #B31131. Grayscale: #B9B9B9. Windows color (decimal): -11735346 or 13561420. OLE color: 13561420.

HSL color Cylindrical-coordinate representation of color #4CEECE: hue angle of 168.15º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CEECE is Cyan = 0.68, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB76238206-
CMYK0.6800.130.07
HSL168.15º82.65%61.57%-
HSV(B)168.15º68.07%93.33%-
XYZ44.767.1469-
YUV185.91139.3349.6-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 14.62%
GREEN value IS 238 (93.36% from 255) = 45.77%
BLUE value IS 206 (80.86% from 255) = 39.62%
R=14.62%
G=45.77%
B=39.62%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal762382060.6800.130.07168.1582.6561.57
Hex4CEECE440D7a8533e
Octal114356316104015725012376
Binary10011001110111011001110100010001101111101010001010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CEECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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