#4EFABB

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

Shades of Turquoise #4EFABB

Tints of Turquoise #4EFABB

Color information

#4EFABB (or 0x4EFABB) is unknown color: approx Turquoise. HEX triplet: 4E, FA and BB. RGB value is (78,250,187). Sum of RGB (Red+Green+Blue) = 78+250+187=515 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.15% from 515); Green value is 250 (98.05% from 255 or 48.54% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 250 - color contains mainly: green. Hex color #4EFABB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFABB is #B10544. Grayscale: #BFBFBF. Windows color (decimal): -11601221 or 12319310. OLE color: 12319310.

HSL color Cylindrical-coordinate representation of color #4EFABB: hue angle of 158.02º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EFABB is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB78250187-
CMYK0.6900.250.02
HSL158.02º94.51%64.31%-
HSV(B)158.02º68.8%98.04%-
XYZ46.373.5858.78-
YUV191.39125.5247.12-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 15.15%
GREEN value IS 250 (98.05% from 255) = 48.54%
BLUE value IS 187 (73.44% from 255) = 36.31%
R=15.15%
G=48.54%
B=36.31%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal782501870.6900.250.02158.0294.5164.31
Hex4EFABB4501929e5f40
Octal1163722731050312236137100
Binary100111011111010101110111000101011001101001111010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EFABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,250,187); }

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

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

 a { background-color: rgb(78,250,187); }

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

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

 span { border-color: rgb(78,250,187); }

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