Html Css Color HEX #4FFEC0 Turquoise

📋 copy color: '#4FFEC0'

red 79 ◦ green 254 ◦ blue 192

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

Shades of Turquoise #4FFEC0

Tints of Turquoise #4FFEC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.57%

R = 15.05%
G = 48.38%
B = 36.57%

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

#4FFEC0 (or 0x4FFEC0) is known color: Turquoise. HEX triplet: 4F, FE and C0. RGB value is (79,254,192). Sum of RGB (Red+Green+Blue) = 79+254+192=525 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.05% from 525); Green value is 254 (99.61% from 255 or 48.38% from 525); Blue value is 192 (75.39% from 255 or 36.57% from 525); Max value from RGB is 254 - color contains mainly: green. Hex color #4FFEC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFEC0 is #B0013F. Grayscale: #C2C2C2. Windows color (decimal): -11534656 or 12648015. OLE color: 12648015.

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

Color convert

RGB 79 254 192 -
CMYK 0.69 0 0.24 0.00
HSL 158.74º 0.99% 0.65% -
HSV(B) 158.74º 0.69% 1% -
XYZ 48.18 76.35 62.07 -
YUV 194.61 126.52 45.54 -
System Red Green Blue C M Y K H S L
Decimal 79 254 192 0.69 0 0.24 0.00 158.74 0.99 0.65
Hex 4F FE C0 45 0 18 0 9F 63 41
Octal 117 376 300 105 0 30 0 237 143 101
Binary 1001111 11111110 11000000 1000101 0 11000 0 10011111 1100011 1000001

Color Harmonies of #4FFEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FFEC0

Black with #4FFEC0

Text Example


Text Example

White with #4FFEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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