Html Css Color HEX #4FE1B7 Turquoise

📋 copy color: '#4FE1B7'

red 79 ◦ green 225 ◦ blue 183

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

Shades of Turquoise #4FE1B7

Tints of Turquoise #4FE1B7

RGB

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

 GREEN value IS 225 (88.28% from 255) = 46.2%

 BLUE value IS 183 (71.88% from 255) = 37.58%

R = 16.22%
G = 46.2%
B = 37.58%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#4FE1B7 (or 0x4FE1B7) is known color: Turquoise. HEX triplet: 4F, E1 and B7. RGB value is (79,225,183). Sum of RGB (Red+Green+Blue) = 79+225+183=487 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.22% from 487); Green value is 225 (88.28% from 255 or 46.20% from 487); Blue value is 183 (71.88% from 255 or 37.58% from 487); Max value from RGB is 225 - color contains mainly: green. Hex color #4FE1B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FE1B7 is #B01E48. Grayscale: #B0B0B0. Windows color (decimal): -11542089 or 12050767. OLE color: 12050767.

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

Color convert

RGB 79 225 183 -
CMYK 0.65 0 0.19 0.12
HSL 162.74º 0.71% 0.6% -
HSV(B) 162.74º 0.65% 0.88% -
XYZ 38.7 58.93 54.14 -
YUV 176.56 131.63 58.42 -
System Red Green Blue C M Y K H S L
Decimal 79 225 183 0.65 0 0.19 0.12 162.74 0.71 0.6
Hex 4F E1 B7 41 0 13 C A3 47 3C
Octal 117 341 267 101 0 23 14 243 107 74
Binary 1001111 11100001 10110111 1000001 0 10011 1100 10100011 1000111 111100

Color Harmonies of #4FE1B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FE1B7

Black with #4FE1B7

Text Example


Text Example

White with #4FE1B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,225,183); }

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

background-color css

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

 a { background-color: rgb(79,225,183); }

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

border-color css

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

 span { border-color: rgb(79,225,183); }

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