Html Css Color HEX #49F0BB Turquoise

📋 copy color: '#49F0BB'

red 73 ◦ green 240 ◦ blue 187

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

Shades of Turquoise #49F0BB

Tints of Turquoise #49F0BB

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48%

 BLUE value IS 187 (73.44% from 255) = 37.4%

R = 14.6%
G = 48%
B = 37.4%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#49F0BB (or 0x49F0BB) is known color: Turquoise. HEX triplet: 49, F0 and BB. RGB value is (73,240,187). Sum of RGB (Red+Green+Blue) = 73+240+187=500 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.6% from 500); Green value is 240 (94.14% from 255 or 48% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 240 - color contains mainly: green. Hex color #49F0BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49F0BB is #B60F44. Grayscale: #B8B8B8. Windows color (decimal): -11931461 or 12316745. OLE color: 12316745.

HSL color Cylindrical-coordinate representation of color #49F0BB: hue angle of 160.96º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F0BB is Cyan = 0.70, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 73 240 187 -
CMYK 0.70 0 0.22 0.06
HSL 160.96º 0.85% 0.61% -
HSV(B) 160.96º 0.7% 0.94% -
XYZ 42.88 67.32 57.75 -
YUV 184.03 129.67 48.81 -
System Red Green Blue C M Y K H S L
Decimal 73 240 187 0.70 0 0.22 0.06 160.96 0.85 0.61
Hex 49 F0 BB 46 0 16 6 A1 55 3D
Octal 111 360 273 106 0 26 6 241 125 75
Binary 1001001 11110000 10111011 1000110 0 10110 110 10100001 1010101 111101

Color Harmonies of #49F0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F0BB

Black with #49F0BB

Text Example


Text Example

White with #49F0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,240,187); }

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

background-color css

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

 a { background-color: rgb(73,240,187); }

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

border-color css

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

 span { border-color: rgb(73,240,187); }

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