Html Css Color HEX #49F0B4 Turquoise

📋 copy color: '#49F0B4'

red 73 ◦ green 240 ◦ blue 180

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

Shades of Turquoise #49F0B4

Tints of Turquoise #49F0B4

RGB

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

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

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

R = 14.81%
G = 48.68%
B = 36.51%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#49F0B4 (or 0x49F0B4) is known color: Turquoise. HEX triplet: 49, F0 and B4. RGB value is (73,240,180). Sum of RGB (Red+Green+Blue) = 73+240+180=493 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.81% from 493); Green value is 240 (94.14% from 255 or 48.68% from 493); Blue value is 180 (70.70% from 255 or 36.51% from 493); Max value from RGB is 240 - color contains mainly: green. Hex color #49F0B4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49F0B4 is #B60F4B. Grayscale: #B7B7B7. Windows color (decimal): -11931468 or 11857993. OLE color: 11857993.

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

Color convert

RGB 73 240 180 -
CMYK 0.70 0 0.25 0.06
HSL 158.44º 0.85% 0.61% -
HSV(B) 158.44º 0.7% 0.94% -
XYZ 42.15 67.03 53.9 -
YUV 183.23 126.17 49.38 -
System Red Green Blue C M Y K H S L
Decimal 73 240 180 0.70 0 0.25 0.06 158.44 0.85 0.61
Hex 49 F0 B4 46 0 19 6 9E 55 3D
Octal 111 360 264 106 0 31 6 236 125 75
Binary 1001001 11110000 10110100 1000110 0 11001 110 10011110 1010101 111101

Color Harmonies of #49F0B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F0B4

Black with #49F0B4

Text Example


Text Example

White with #49F0B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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