Html Css Color HEX #4FFEC1 Turquoise

📋 copy color: '#4FFEC1'

red 79 ◦ green 254 ◦ blue 193

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

Shades of Turquoise #4FFEC1

Tints of Turquoise #4FFEC1

RGB

 RED value IS 79 (31.25% from 255) = 15.02%

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

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

R = 15.02%
G = 48.29%
B = 36.69%

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

#4FFEC1 (or 0x4FFEC1) is known color: Turquoise. HEX triplet: 4F, FE and C1. RGB value is (79,254,193). Sum of RGB (Red+Green+Blue) = 79+254+193=526 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.02% from 526); Green value is 254 (99.61% from 255 or 48.29% from 526); Blue value is 193 (75.78% from 255 or 36.69% from 526); Max value from RGB is 254 - color contains mainly: green. Hex color #4FFEC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFEC1 is #B0013E. Grayscale: #C2C2C2. Windows color (decimal): -11534655 or 12713551. OLE color: 12713551.

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

Color convert

RGB 79 254 193 -
CMYK 0.69 0 0.24 0.00
HSL 159.09º 0.99% 0.65% -
HSV(B) 159.09º 0.69% 1% -
XYZ 48.29 76.4 62.65 -
YUV 194.72 127.02 45.46 -
System Red Green Blue C M Y K H S L
Decimal 79 254 193 0.69 0 0.24 0.00 159.09 0.99 0.65
Hex 4F FE C1 45 0 18 0 9F 63 41
Octal 117 376 301 105 0 30 0 237 143 101
Binary 1001111 11111110 11000001 1000101 0 11000 0 10011111 1100011 1000001

Color Harmonies of #4FFEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FFEC1

Black with #4FFEC1

Text Example


Text Example

White with #4FFEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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