#4EE6CF

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

Shades of Turquoise #4EE6CF

Tints of Turquoise #4EE6CF

Color information

#4EE6CF (or 0x4EE6CF) is unknown color: approx Turquoise. HEX triplet: 4E, E6 and CF. RGB value is (78,230,207). Sum of RGB (Red+Green+Blue) = 78+230+207=515 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.15% from 515); Green value is 230 (90.23% from 255 or 44.66% from 515); Blue value is 207 (81.25% from 255 or 40.19% from 515); Max value from RGB is 230 - color contains mainly: green. Hex color #4EE6CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EE6CF is #B11930. Grayscale: #B5B5B5. Windows color (decimal): -11606321 or 13624910. OLE color: 13624910.

HSL color Cylindrical-coordinate representation of color #4EE6CF: hue angle of 170.92º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4EE6CF is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB78230207-
CMYK0.6600.100.10
HSL170.92º75.25%60.39%-
HSV(B)170.92º66.09%90.2%-
XYZ42.762.7268.89-
YUV181.93142.1453.87-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 15.15%
GREEN value IS 230 (90.23% from 255) = 44.66%
BLUE value IS 207 (81.25% from 255) = 40.19%
R=15.15%
G=44.66%
B=40.19%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal782302070.6600.100.10170.9275.2560.39
Hex4EE6CF420AAab4b3c
Octal1163463171020121225311374
Binary100111011100110110011111000010010101010101010111001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EE6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,230,207); }

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

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

 a { background-color: rgb(78,230,207); }

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

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

 span { border-color: rgb(78,230,207); }

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