Html Css Color HEX #4EFDBB Turquoise

📋 copy color: '#4EFDBB'

red 78 ◦ green 253 ◦ blue 187

#4EFDBB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #4EFDBB

Tints of Turquoise #4EFDBB

RGB

 RED value IS 78 (30.86% from 255) = 15.06%

 GREEN value IS 253 (99.22% from 255) = 48.84%

 BLUE value IS 187 (73.44% from 255) = 36.1%

R = 15.06%
G = 48.84%
B = 36.1%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#4EFDBB (or 0x4EFDBB) is known color: Turquoise. HEX triplet: 4E, FD and BB. RGB value is (78,253,187). Sum of RGB (Red+Green+Blue) = 78+253+187=518 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.06% from 518); Green value is 253 (99.22% from 255 or 48.84% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 253 - color contains mainly: green. Hex color #4EFDBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFDBB is #B10244. Grayscale: #C1C1C1. Windows color (decimal): -11600453 or 12320078. OLE color: 12320078.

HSL color Cylindrical-coordinate representation of color #4EFDBB: hue angle of 157.37º 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 #4EFDBB is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 78 253 187 -
CMYK 0.69 0 0.26 0.01
HSL 157.37º 0.98% 0.65% -
HSV(B) 157.37º 0.69% 0.99% -
XYZ 47.24 75.46 59.09 -
YUV 193.15 124.52 45.87 -
System Red Green Blue C M Y K H S L
Decimal 78 253 187 0.69 0 0.26 0.01 157.37 0.98 0.65
Hex 4E FD BB 45 0 1A 1 9D 62 41
Octal 116 375 273 105 0 32 1 235 142 101
Binary 1001110 11111101 10111011 1000101 0 11010 1 10011101 1100010 1000001

Color Harmonies of #4EFDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFDBB

Black with #4EFDBB

Text Example


Text Example

White with #4EFDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4EFDBB;
 }
 .AnyTagClassName
 {
   color: #4EFDBB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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