#4CEFCD

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

Shades of Turquoise #4CEFCD

Tints of Turquoise #4CEFCD

Color information

#4CEFCD (or 0x4CEFCD) is unknown color: approx Turquoise. HEX triplet: 4C, EF and CD. RGB value is (76,239,205). Sum of RGB (Red+Green+Blue) = 76+239+205=520 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.62% from 520); Green value is 239 (93.75% from 255 or 45.96% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 239 - color contains mainly: green. Hex color #4CEFCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CEFCD is #B31032. Grayscale: #BABABA. Windows color (decimal): -11735091 or 13496140. OLE color: 13496140.

HSL color Cylindrical-coordinate representation of color #4CEFCD: hue angle of 167.48º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CEFCD is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB76239205-
CMYK0.6800.140.06
HSL167.48º83.59%61.76%-
HSV(B)167.48º68.2%93.73%-
XYZ44.8767.6868.46-
YUV186.39138.549.26-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 14.62%
GREEN value IS 239 (93.75% from 255) = 45.96%
BLUE value IS 205 (80.47% from 255) = 39.42%
R=14.62%
G=45.96%
B=39.42%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal762392050.6800.140.06167.4883.5961.76
Hex4CEFCD440E6a7543e
Octal114357315104016624712476
Binary10011001110111111001101100010001110110101001111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CEFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,239,205); }

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

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

 a { background-color: rgb(76,239,205); }

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

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

 span { border-color: rgb(76,239,205); }

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