Html Css Color HEX #4AFFBE Turquoise

📋 copy color: '#4AFFBE'

red 74 ◦ green 255 ◦ blue 190

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

Shades of Turquoise #4AFFBE

Tints of Turquoise #4AFFBE

RGB

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

 GREEN value IS 255 (100% from 255) = 49.13%

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

R = 14.26%
G = 49.13%
B = 36.61%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#4AFFBE (or 0x4AFFBE) is known color: Turquoise. HEX triplet: 4A, FF and BE. RGB value is (74,255,190). Sum of RGB (Red+Green+Blue) = 74+255+190=519 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.26% from 519); Green value is 255 (100% from 255 or 49.13% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 255 - color contains mainly: green. Hex color #4AFFBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFFBE is #B50041. Grayscale: #C1C1C1. Windows color (decimal): -11862082 or 12517194. OLE color: 12517194.

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

Color convert

RGB 74 255 190 -
CMYK 0.71 0 0.25 0
HSL 158.45º 1% 0.65% -
HSV(B) 158.45º 0.71% 1% -
XYZ 47.88 76.69 61 -
YUV 193.47 126.03 42.79 -
System Red Green Blue C M Y K H S L
Decimal 74 255 190 0.71 0 0.25 0 158.45 1 0.65
Hex 4A FF BE 47 0 19 0 9E 64 41
Octal 112 377 276 107 0 31 0 236 144 101
Binary 1001010 11111111 10111110 1000111 0 11001 0 10011110 1100100 1000001

Color Harmonies of #4AFFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFFBE

Black with #4AFFBE

Text Example


Text Example

White with #4AFFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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