Html Css Color HEX #4FFAB4 Turquoise

📋 copy color: '#4FFAB4'

red 79 ◦ green 250 ◦ blue 180

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

Shades of Turquoise #4FFAB4

Tints of Turquoise #4FFAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.36%

R = 15.52%
G = 49.12%
B = 35.36%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#4FFAB4 (or 0x4FFAB4) is known color: Turquoise. HEX triplet: 4F, FA and B4. RGB value is (79,250,180). Sum of RGB (Red+Green+Blue) = 79+250+180=509 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.52% from 509); Green value is 250 (98.05% from 255 or 49.12% from 509); Blue value is 180 (70.70% from 255 or 35.36% from 509); Max value from RGB is 250 - color contains mainly: green. Hex color #4FFAB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFAB4 is #B0054B. Grayscale: #BFBFBF. Windows color (decimal): -11535692 or 11860559. OLE color: 11860559.

HSL color Cylindrical-coordinate representation of color #4FFAB4: hue angle of 155.44º 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 #4FFAB4 is Cyan = 0.68, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB 79 250 180 -
CMYK 0.68 0 0.28 0.02
HSL 155.44º 0.94% 0.65% -
HSV(B) 155.44º 0.68% 0.98% -
XYZ 45.65 73.33 54.93 -
YUV 190.89 121.85 48.19 -
System Red Green Blue C M Y K H S L
Decimal 79 250 180 0.68 0 0.28 0.02 155.44 0.94 0.65
Hex 4F FA B4 44 0 1C 2 9B 5E 41
Octal 117 372 264 104 0 34 2 233 136 101
Binary 1001111 11111010 10110100 1000100 0 11100 10 10011011 1011110 1000001

Color Harmonies of #4FFAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FFAB4

Black with #4FFAB4

Text Example


Text Example

White with #4FFAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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