Html Css Color HEX #4FFABF Turquoise

📋 copy color: '#4FFABF'

red 79 ◦ green 250 ◦ blue 191

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

Shades of Turquoise #4FFABF

Tints of Turquoise #4FFABF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 48.08%

 BLUE value IS 191 (75% from 255) = 36.73%

R = 15.19%
G = 48.08%
B = 36.73%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#4FFABF (or 0x4FFABF) is known color: Turquoise. HEX triplet: 4F, FA and BF. RGB value is (79,250,191). Sum of RGB (Red+Green+Blue) = 79+250+191=520 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.19% from 520); Green value is 250 (98.05% from 255 or 48.08% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 250 - color contains mainly: green. Hex color #4FFABF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFABF is #B00540. Grayscale: #C0C0C0. Windows color (decimal): -11535681 or 12581455. OLE color: 12581455.

HSL color Cylindrical-coordinate representation of color #4FFABF: hue angle of 159.3º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4FFABF is Cyan = 0.68, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 79 250 191 -
CMYK 0.68 0 0.24 0.02
HSL 159.3º 0.94% 0.65% -
HSV(B) 159.3º 0.68% 0.98% -
XYZ 46.81 73.8 61.07 -
YUV 192.15 127.35 47.3 -
System Red Green Blue C M Y K H S L
Decimal 79 250 191 0.68 0 0.24 0.02 159.3 0.94 0.65
Hex 4F FA BF 44 0 18 2 9F 5E 41
Octal 117 372 277 104 0 30 2 237 136 101
Binary 1001111 11111010 10111111 1000100 0 11000 10 10011111 1011110 1000001

Color Harmonies of #4FFABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FFABF

Black with #4FFABF

Text Example


Text Example

White with #4FFABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,250,191); }

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

background-color css

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

 a { background-color: rgb(79,250,191); }

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

border-color css

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

 span { border-color: rgb(79,250,191); }

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