Html Css Color HEX #49FBBA Turquoise

📋 copy color: '#49FBBA'

red 73 ◦ green 251 ◦ blue 186

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

Shades of Turquoise #49FBBA

Tints of Turquoise #49FBBA

RGB

 RED value IS 73 (28.91% from 255) = 14.31%

 GREEN value IS 251 (98.44% from 255) = 49.22%

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

R = 14.31%
G = 49.22%
B = 36.47%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#49FBBA (or 0x49FBBA) is known color: Turquoise. HEX triplet: 49, FB and BA. RGB value is (73,251,186). Sum of RGB (Red+Green+Blue) = 73+251+186=510 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.31% from 510); Green value is 251 (98.44% from 255 or 49.22% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 251 - color contains mainly: green. Hex color #49FBBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FBBA is #B60445. Grayscale: #BEBEBE. Windows color (decimal): -11928646 or 12254025. OLE color: 12254025.

HSL color Cylindrical-coordinate representation of color #49FBBA: hue angle of 158.09º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FBBA is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 73 251 186 -
CMYK 0.71 0 0.26 0.02
HSL 158.09º 0.96% 0.64% -
HSV(B) 158.09º 0.71% 0.98% -
XYZ 46.11 73.96 58.3 -
YUV 190.37 125.53 44.29 -
System Red Green Blue C M Y K H S L
Decimal 73 251 186 0.71 0 0.26 0.02 158.09 0.96 0.64
Hex 49 FB BA 47 0 1A 2 9E 60 40
Octal 111 373 272 107 0 32 2 236 140 100
Binary 1001001 11111011 10111010 1000111 0 11010 10 10011110 1100000 1000000

Color Harmonies of #49FBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FBBA

Black with #49FBBA

Text Example


Text Example

White with #49FBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49FBBA; }

 p { color: rgb(73,251,186); }

 H1.HeaderClassName
 {
   color: #49FBBA;
 }
 .AnyTagClassName
 {
   color: #49FBBA;
 }
</style>

background-color css

<style>
 a { background-color: #49FBBA; }

 a { background-color: rgb(73,251,186); }

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

border-color css

<style>
 span { border-color: #49FBBA; }

 span { border-color: rgb(73,251,186); }

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