Html Css Color HEX #49F1B4 Turquoise

📋 copy color: '#49F1B4'

red 73 ◦ green 241 ◦ blue 180

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

Shades of Turquoise #49F1B4

Tints of Turquoise #49F1B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36.44%

R = 14.78%
G = 48.79%
B = 36.44%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.25

 K value IS 0.05

RGB Variations

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

Color information

#49F1B4 (or 0x49F1B4) is known color: Turquoise. HEX triplet: 49, F1 and B4. RGB value is (73,241,180). Sum of RGB (Red+Green+Blue) = 73+241+180=494 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.78% from 494); Green value is 241 (94.53% from 255 or 48.79% from 494); Blue value is 180 (70.70% from 255 or 36.44% from 494); Max value from RGB is 241 - color contains mainly: green. Hex color #49F1B4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49F1B4 is #B60E4B. Grayscale: #B7B7B7. Windows color (decimal): -11931212 or 11858249. OLE color: 11858249.

HSL color Cylindrical-coordinate representation of color #49F1B4: hue angle of 158.21º 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 #49F1B4 is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB 73 241 180 -
CMYK 0.70 0 0.25 0.05
HSL 158.21º 0.86% 0.62% -
HSV(B) 158.21º 0.7% 0.95% -
XYZ 42.44 67.62 54 -
YUV 183.81 125.84 48.96 -
System Red Green Blue C M Y K H S L
Decimal 73 241 180 0.70 0 0.25 0.05 158.21 0.86 0.62
Hex 49 F1 B4 46 0 19 5 9E 56 3E
Octal 111 361 264 106 0 31 5 236 126 76
Binary 1001001 11110001 10110100 1000110 0 11001 101 10011110 1010110 111110

Color Harmonies of #49F1B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F1B4

Black with #49F1B4

Text Example


Text Example

White with #49F1B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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