#4CEFCA

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

Shades of Turquoise #4CEFCA

Tints of Turquoise #4CEFCA

Color information

#4CEFCA (or 0x4CEFCA) is unknown color: approx Turquoise. HEX triplet: 4C, EF and CA. RGB value is (76,239,202). Sum of RGB (Red+Green+Blue) = 76+239+202=517 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.70% from 517); Green value is 239 (93.75% from 255 or 46.23% from 517); Blue value is 202 (79.30% from 255 or 39.07% from 517); Max value from RGB is 239 - color contains mainly: green. Hex color #4CEFCA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CEFCA is #B31035. Grayscale: #BABABA. Windows color (decimal): -11735094 or 13299532. OLE color: 13299532.

HSL color Cylindrical-coordinate representation of color #4CEFCA: hue angle of 166.38º 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 #4CEFCA is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB76239202-
CMYK0.6800.150.06
HSL166.38º83.59%61.76%-
HSV(B)166.38º68.2%93.73%-
XYZ44.5167.5366.57-
YUV186.0413749.51-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 14.70%
GREEN value IS 239 (93.75% from 255) = 46.23%
BLUE value IS 202 (79.30% from 255) = 39.07%
R=14.70%
G=46.23%
B=39.07%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal762392020.6800.150.06166.3883.5961.76
Hex4CEFCA440F6a6543e
Octal114357312104017624612476
Binary10011001110111111001010100010001111110101001101010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CEFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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