#4EE4BA

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

Shades of Turquoise #4EE4BA

Tints of Turquoise #4EE4BA

Color information

#4EE4BA (or 0x4EE4BA) is unknown color: approx Turquoise. HEX triplet: 4E, E4 and BA. RGB value is (78,228,186). Sum of RGB (Red+Green+Blue) = 78+228+186=492 (65% of max value = 765). Red value is 78 (30.86% from 255 or 15.85% from 492); Green value is 228 (89.45% from 255 or 46.34% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 228 - color contains mainly: green. Hex color #4EE4BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EE4BA is #B11B45. Grayscale: #B2B2B2. Windows color (decimal): -11606854 or 12248142. OLE color: 12248142.

HSL color Cylindrical-coordinate representation of color #4EE4BA: hue angle of 163.2º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4EE4BA is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB78228186-
CMYK0.6600.180.11
HSL163.2º73.53%60%-
HSV(B)163.2º65.79%89.41%-
XYZ39.7560.6556.07-
YUV178.36132.356.42-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 15.85%
GREEN value IS 228 (89.45% from 255) = 46.34%
BLUE value IS 186 (73.05% from 255) = 37.80%
R=15.85%
G=46.34%
B=37.80%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal782281860.6600.180.11163.273.5360
Hex4EE4BA42012Ba34a3c
Octal1163442721020221324311274
Binary1001110111001001011101010000100100101011101000111001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EE4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,228,186); }

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

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

 a { background-color: rgb(78,228,186); }

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

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

 span { border-color: rgb(78,228,186); }

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