Html Css Color HEX #4FE0BB Turquoise

📋 copy color: '#4FE0BB'

red 79 ◦ green 224 ◦ blue 187

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

Shades of Turquoise #4FE0BB

Tints of Turquoise #4FE0BB

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.71%

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

R = 16.12%
G = 45.71%
B = 38.16%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#4FE0BB (or 0x4FE0BB) is known color: Turquoise. HEX triplet: 4F, E0 and BB. RGB value is (79,224,187). Sum of RGB (Red+Green+Blue) = 79+224+187=490 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.12% from 490); Green value is 224 (87.89% from 255 or 45.71% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 224 - color contains mainly: green. Hex color #4FE0BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FE0BB is #B01F44. Grayscale: #B0B0B0. Windows color (decimal): -11542341 or 12312655. OLE color: 12312655.

HSL color Cylindrical-coordinate representation of color #4FE0BB: hue angle of 164.69º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4FE0BB is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 79 224 187 -
CMYK 0.65 0 0.17 0.12
HSL 164.69º 0.7% 0.59% -
HSV(B) 164.69º 0.65% 0.88% -
XYZ 38.85 58.56 56.27 -
YUV 176.43 133.96 58.51 -
System Red Green Blue C M Y K H S L
Decimal 79 224 187 0.65 0 0.17 0.12 164.69 0.7 0.59
Hex 4F E0 BB 41 0 11 C A5 46 3B
Octal 117 340 273 101 0 21 14 245 106 73
Binary 1001111 11100000 10111011 1000001 0 10001 1100 10100101 1000110 111011

Color Harmonies of #4FE0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FE0BB

Black with #4FE0BB

Text Example


Text Example

White with #4FE0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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