#4cefc4

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

Shades of Turquoise #4CEFC4

Tints of Turquoise #4CEFC4

Color information

#4CEFC4 (or 0x4CEFC4) is unknown color: approx Turquoise. HEX triplet: 4C, EF and C4. RGB value is (76,239,196). Sum of RGB (Red+Green+Blue) = 76+239+196=511 (67% of max value = 765). Red value is 76 (30.08% from 255 or 14.87% from 511); Green value is 239 (93.75% from 255 or 46.77% from 511); Blue value is 196 (76.95% from 255 or 38.36% from 511); Max value from RGB is 239 - color contains mainly: green. Hex color #4CEFC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CEFC4 is #B3103B. Grayscale: #B9B9B9. Windows color (decimal): -11735100 or 12906316. OLE color: 12906316.

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

Color convert

RGB76239196-
CMYK0.6800.180.06
HSL164.17º83.59%61.76%-
HSV(B)164.17º68.2%93.73%-
XYZ43.8167.2662.9-
YUV185.3613450-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 14.87%
GREEN value IS 239 (93.75% from 255) = 46.77%
BLUE value IS 196 (76.95% from 255) = 38.36%
R=14.87%
G=46.77%
B=38.36%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal762391960.6800.180.06164.1783.5961.76
Hex4CEFC4440126a4543e
Octal114357304104022624412476
Binary100110011101111110001001000100010010110101001001010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4cefc4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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