Html Css Color HEX #4AF7BE Turquoise

📋 copy color: '#4AF7BE'

red 74 ◦ green 247 ◦ blue 190

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

Shades of Turquoise #4AF7BE

Tints of Turquoise #4AF7BE

RGB

 RED value IS 74 (29.3% from 255) = 14.48%

 GREEN value IS 247 (96.88% from 255) = 48.34%

 BLUE value IS 190 (74.61% from 255) = 37.18%

R = 14.48%
G = 48.34%
B = 37.18%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#4AF7BE (or 0x4AF7BE) is known color: Turquoise. HEX triplet: 4A, F7 and BE. RGB value is (74,247,190). Sum of RGB (Red+Green+Blue) = 74+247+190=511 (67% of max value = 765). Red value is 74 (29.30% from 255 or 14.48% from 511); Green value is 247 (96.88% from 255 or 48.34% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 247 - color contains mainly: green. Hex color #4AF7BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AF7BE is #B50841. Grayscale: #BCBCBC. Windows color (decimal): -11864130 or 12515146. OLE color: 12515146.

HSL color Cylindrical-coordinate representation of color #4AF7BE: hue angle of 160.23º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AF7BE is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB 74 247 190 -
CMYK 0.70 0 0.23 0.03
HSL 160.23º 0.92% 0.63% -
HSV(B) 160.23º 0.7% 0.97% -
XYZ 45.38 71.7 60.16 -
YUV 188.78 128.69 46.13 -
System Red Green Blue C M Y K H S L
Decimal 74 247 190 0.70 0 0.23 0.03 160.23 0.92 0.63
Hex 4A F7 BE 46 0 17 3 A0 5C 3F
Octal 112 367 276 106 0 27 3 240 134 77
Binary 1001010 11110111 10111110 1000110 0 10111 11 10100000 1011100 111111

Color Harmonies of #4AF7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF7BE

Black with #4AF7BE

Text Example


Text Example

White with #4AF7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,247,190); }

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

background-color css

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

 a { background-color: rgb(74,247,190); }

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

border-color css

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

 span { border-color: rgb(74,247,190); }

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