Html Css Color HEX #49F1BE Turquoise

📋 copy color: '#49F1BE'

red 73 ◦ green 241 ◦ blue 190

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

Shades of Turquoise #49F1BE

Tints of Turquoise #49F1BE

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.82%

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

R = 14.48%
G = 47.82%
B = 37.7%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#49F1BE (or 0x49F1BE) is known color: Turquoise. HEX triplet: 49, F1 and BE. RGB value is (73,241,190). Sum of RGB (Red+Green+Blue) = 73+241+190=504 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.48% from 504); Green value is 241 (94.53% from 255 or 47.82% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 241 - color contains mainly: green. Hex color #49F1BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49F1BE is #B60E41. Grayscale: #B8B8B8. Windows color (decimal): -11931202 or 12513609. OLE color: 12513609.

HSL color Cylindrical-coordinate representation of color #49F1BE: hue angle of 161.79º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F1BE is Cyan = 0.70, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 73 241 190 -
CMYK 0.70 0 0.21 0.05
HSL 161.79º 0.86% 0.62% -
HSV(B) 161.79º 0.7% 0.95% -
XYZ 43.5 68.04 59.56 -
YUV 184.95 130.84 48.15 -
System Red Green Blue C M Y K H S L
Decimal 73 241 190 0.70 0 0.21 0.05 161.79 0.86 0.62
Hex 49 F1 BE 46 0 15 5 A2 56 3E
Octal 111 361 276 106 0 25 5 242 126 76
Binary 1001001 11110001 10111110 1000110 0 10101 101 10100010 1010110 111110

Color Harmonies of #49F1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F1BE

Black with #49F1BE

Text Example


Text Example

White with #49F1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,241,190); }

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

background-color css

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

 a { background-color: rgb(73,241,190); }

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

border-color css

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

 span { border-color: rgb(73,241,190); }

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