Html Css Color HEX #4EFDB1 Turquoise

📋 copy color: '#4EFDB1'

red 78 ◦ green 253 ◦ blue 177

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

Shades of Turquoise #4EFDB1

Tints of Turquoise #4EFDB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 34.84%

R = 15.35%
G = 49.8%
B = 34.84%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#4EFDB1 (or 0x4EFDB1) is known color: Turquoise. HEX triplet: 4E, FD and B1. RGB value is (78,253,177). Sum of RGB (Red+Green+Blue) = 78+253+177=508 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.35% from 508); Green value is 253 (99.22% from 255 or 49.80% from 508); Blue value is 177 (69.53% from 255 or 34.84% from 508); Max value from RGB is 253 - color contains mainly: green. Hex color #4EFDB1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4EFDB1 is #B1024E. Grayscale: #C0C0C0. Windows color (decimal): -11600463 or 11664718. OLE color: 11664718.

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

Color convert

RGB 78 253 177 -
CMYK 0.69 0 0.30 0.01
HSL 153.94º 0.98% 0.65% -
HSV(B) 153.94º 0.69% 0.99% -
XYZ 46.2 75.04 53.64 -
YUV 192.01 119.52 46.68 -
System Red Green Blue C M Y K H S L
Decimal 78 253 177 0.69 0 0.30 0.01 153.94 0.98 0.65
Hex 4E FD B1 45 0 1E 1 9A 62 41
Octal 116 375 261 105 0 36 1 232 142 101
Binary 1001110 11111101 10110001 1000101 0 11110 1 10011010 1100010 1000001

Color Harmonies of #4EFDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFDB1

Black with #4EFDB1

Text Example


Text Example

White with #4EFDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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