Html Css Color HEX #4EFEC1 Turquoise

📋 copy color: '#4EFEC1'

red 78 ◦ green 254 ◦ blue 193

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

Shades of Turquoise #4EFEC1

Tints of Turquoise #4EFEC1

RGB

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

 GREEN value IS 254 (99.61% from 255) = 48.38%

 BLUE value IS 193 (75.78% from 255) = 36.76%

R = 14.86%
G = 48.38%
B = 36.76%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#4EFEC1 (or 0x4EFEC1) is known color: Turquoise. HEX triplet: 4E, FE and C1. RGB value is (78,254,193). Sum of RGB (Red+Green+Blue) = 78+254+193=525 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.86% from 525); Green value is 254 (99.61% from 255 or 48.38% from 525); Blue value is 193 (75.78% from 255 or 36.76% from 525); Max value from RGB is 254 - color contains mainly: green. Hex color #4EFEC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFEC1 is #B1013E. Grayscale: #C2C2C2. Windows color (decimal): -11600191 or 12713550. OLE color: 12713550.

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

Color convert

RGB 78 254 193 -
CMYK 0.69 0 0.24 0.00
HSL 159.2º 0.99% 0.65% -
HSV(B) 159.2º 0.69% 1% -
XYZ 48.21 76.35 62.65 -
YUV 194.42 127.19 44.96 -
System Red Green Blue C M Y K H S L
Decimal 78 254 193 0.69 0 0.24 0.00 159.2 0.99 0.65
Hex 4E FE C1 45 0 18 0 9F 63 41
Octal 116 376 301 105 0 30 0 237 143 101
Binary 1001110 11111110 11000001 1000101 0 11000 0 10011111 1100011 1000001

Color Harmonies of #4EFEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFEC1

Black with #4EFEC1

Text Example


Text Example

White with #4EFEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,254,193); }

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

background-color css

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

 a { background-color: rgb(78,254,193); }

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

border-color css

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

 span { border-color: rgb(78,254,193); }

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