Html Css Color HEX #4EFDB4 Turquoise

📋 copy color: '#4EFDB4'

red 78 ◦ green 253 ◦ blue 180

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

Shades of Turquoise #4EFDB4

Tints of Turquoise #4EFDB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.23%

R = 15.26%
G = 49.51%
B = 35.23%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#4EFDB4 (or 0x4EFDB4) is known color: Turquoise. HEX triplet: 4E, FD and B4. RGB value is (78,253,180). Sum of RGB (Red+Green+Blue) = 78+253+180=511 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.26% from 511); Green value is 253 (99.22% from 255 or 49.51% from 511); Blue value is 180 (70.70% from 255 or 35.23% from 511); Max value from RGB is 253 - color contains mainly: green. Hex color #4EFDB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFDB4 is #B1024B. Grayscale: #C0C0C0. Windows color (decimal): -11600460 or 11861326. OLE color: 11861326.

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

Color convert

RGB 78 253 180 -
CMYK 0.69 0 0.29 0.01
HSL 154.97º 0.98% 0.65% -
HSV(B) 154.97º 0.69% 0.99% -
XYZ 46.51 75.17 55.24 -
YUV 192.35 121.02 46.44 -
System Red Green Blue C M Y K H S L
Decimal 78 253 180 0.69 0 0.29 0.01 154.97 0.98 0.65
Hex 4E FD B4 45 0 1D 1 9B 62 41
Octal 116 375 264 105 0 35 1 233 142 101
Binary 1001110 11111101 10110100 1000101 0 11101 1 10011011 1100010 1000001

Color Harmonies of #4EFDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFDB4

Black with #4EFDB4

Text Example


Text Example

White with #4EFDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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