Html Css Color HEX #4AFFBA Turquoise

📋 copy color: '#4AFFBA'

red 74 ◦ green 255 ◦ blue 186

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

Shades of Turquoise #4AFFBA

Tints of Turquoise #4AFFBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.12%

R = 14.37%
G = 49.51%
B = 36.12%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#4AFFBA (or 0x4AFFBA) is known color: Turquoise. HEX triplet: 4A, FF and BA. RGB value is (74,255,186). Sum of RGB (Red+Green+Blue) = 74+255+186=515 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.37% from 515); Green value is 255 (100% from 255 or 49.51% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 255 - color contains mainly: green. Hex color #4AFFBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFFBA is #B50045. Grayscale: #C1C1C1. Windows color (decimal): -11862086 or 12255050. OLE color: 12255050.

HSL color Cylindrical-coordinate representation of color #4AFFBA: hue angle of 157.13º 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 #4AFFBA is Cyan = 0.71, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB 74 255 186 -
CMYK 0.71 0 0.27 0
HSL 157.13º 1% 0.65% -
HSV(B) 157.13º 0.71% 1% -
XYZ 47.45 76.52 58.72 -
YUV 193.02 124.03 43.11 -
System Red Green Blue C M Y K H S L
Decimal 74 255 186 0.71 0 0.27 0 157.13 1 0.65
Hex 4A FF BA 47 0 1B 0 9D 64 41
Octal 112 377 272 107 0 33 0 235 144 101
Binary 1001010 11111111 10111010 1000111 0 11011 0 10011101 1100100 1000001

Color Harmonies of #4AFFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFFBA

Black with #4AFFBA

Text Example


Text Example

White with #4AFFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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