#4CEDCC

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

Shades of Turquoise #4CEDCC

Tints of Turquoise #4CEDCC

Color information

#4CEDCC (or 0x4CEDCC) is unknown color: approx Turquoise. HEX triplet: 4C, ED and CC. RGB value is (76,237,204). Sum of RGB (Red+Green+Blue) = 76+237+204=517 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.70% from 517); Green value is 237 (92.97% from 255 or 45.84% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 237 - color contains mainly: green. Hex color #4CEDCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CEDCC is #B31233. Grayscale: #B9B9B9. Windows color (decimal): -11735604 or 13430092. OLE color: 13430092.

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

Color convert

RGB76237204-
CMYK0.6800.140.07
HSL167.7º81.73%61.37%-
HSV(B)167.7º67.93%92.94%-
XYZ44.1666.4667.63-
YUV185.1138.6650.18-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 14.70%
GREEN value IS 237 (92.97% from 255) = 45.84%
BLUE value IS 204 (80.08% from 255) = 39.46%
R=14.70%
G=45.84%
B=39.46%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal762372040.6800.140.07167.781.7361.37
Hex4CEDCC440E7a8523d
Octal114355314104016725012275
Binary10011001110110111001100100010001110111101010001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CEDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,237,204); }

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

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

 a { background-color: rgb(76,237,204); }

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

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

 span { border-color: rgb(76,237,204); }

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