#4EFDB8

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

Shades of Turquoise #4EFDB8

Tints of Turquoise #4EFDB8

Color information

#4EFDB8 (or 0x4EFDB8) is unknown color: approx Turquoise. HEX triplet: 4E, FD and B8. RGB value is (78,253,184). Sum of RGB (Red+Green+Blue) = 78+253+184=515 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.15% from 515); Green value is 253 (99.22% from 255 or 49.13% from 515); Blue value is 184 (72.27% from 255 or 35.73% from 515); Max value from RGB is 253 - color contains mainly: green. Hex color #4EFDB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFDB8 is #B10247. Grayscale: #C0C0C0. Windows color (decimal): -11600456 or 12123470. OLE color: 12123470.

HSL color Cylindrical-coordinate representation of color #4EFDB8: hue angle of 156.34º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EFDB8 is Cyan = 0.69, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB78253184-
CMYK0.6900.270.01
HSL156.34º97.77%64.9%-
HSV(B)156.34º69.17%99.22%-
XYZ46.9275.3357.41-
YUV192.81123.0246.11-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 15.15%
GREEN value IS 253 (99.22% from 255) = 49.13%
BLUE value IS 184 (72.27% from 255) = 35.73%
R=15.15%
G=49.13%
B=35.73%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal782531840.6900.270.01156.3497.7764.9
Hex4EFDB84501B19c6241
Octal1163752701050331234142101
Binary10011101111110110111000100010101101111001110011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EFDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,253,184); }

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

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

 a { background-color: rgb(78,253,184); }

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

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

 span { border-color: rgb(78,253,184); }

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