Html Css Color HEX #4FFABB Turquoise

📋 copy color: '#4FFABB'

red 79 ◦ green 250 ◦ blue 187

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

Shades of Turquoise #4FFABB

Tints of Turquoise #4FFABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.24%

R = 15.31%
G = 48.45%
B = 36.24%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#4FFABB (or 0x4FFABB) is known color: Turquoise. HEX triplet: 4F, FA and BB. RGB value is (79,250,187). Sum of RGB (Red+Green+Blue) = 79+250+187=516 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.31% from 516); Green value is 250 (98.05% from 255 or 48.45% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 250 - color contains mainly: green. Hex color #4FFABB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFABB is #B00544. Grayscale: #BFBFBF. Windows color (decimal): -11535685 or 12319311. OLE color: 12319311.

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

Color convert

RGB 79 250 187 -
CMYK 0.68 0 0.25 0.02
HSL 157.89º 0.94% 0.65% -
HSV(B) 157.89º 0.68% 0.98% -
XYZ 46.38 73.62 58.78 -
YUV 191.69 125.35 47.62 -
System Red Green Blue C M Y K H S L
Decimal 79 250 187 0.68 0 0.25 0.02 157.89 0.94 0.65
Hex 4F FA BB 44 0 19 2 9E 5E 41
Octal 117 372 273 104 0 31 2 236 136 101
Binary 1001111 11111010 10111011 1000100 0 11001 10 10011110 1011110 1000001

Color Harmonies of #4FFABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FFABB

Black with #4FFABB

Text Example


Text Example

White with #4FFABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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