Html Css Color HEX #49F9E7 Turquoise

📋 copy color: '#49F9E7'

red 73 ◦ green 249 ◦ blue 231

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

Shades of Turquoise #49F9E7

Tints of Turquoise #49F9E7

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.03%

 BLUE value IS 231 (90.63% from 255) = 41.77%

R = 13.2%
G = 45.03%
B = 41.77%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#49F9E7 (or 0x49F9E7) is known color: Turquoise. HEX triplet: 49, F9 and E7. RGB value is (73,249,231). Sum of RGB (Red+Green+Blue) = 73+249+231=553 (73% of max value = 765). Red value is 73 (28.91% from 255 or 13.20% from 553); Green value is 249 (97.66% from 255 or 45.03% from 553); Blue value is 231 (90.62% from 255 or 41.77% from 553); Max value from RGB is 249 - color contains mainly: green. Hex color #49F9E7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49F9E7 is #B60618. Grayscale: #C2C2C2. Windows color (decimal): -11929113 or 15202633. OLE color: 15202633.

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

Color convert

RGB 73 249 231 -
CMYK 0.71 0 0.07 0.02
HSL 173.86º 0.94% 0.63% -
HSV(B) 173.86º 0.71% 0.98% -
XYZ 51.05 74.94 87.38 -
YUV 194.32 148.69 41.46 -
System Red Green Blue C M Y K H S L
Decimal 73 249 231 0.71 0 0.07 0.02 173.86 0.94 0.63
Hex 49 F9 E7 47 0 7 2 AE 5E 3F
Octal 111 371 347 107 0 7 2 256 136 77
Binary 1001001 11111001 11100111 1000111 0 111 10 10101110 1011110 111111

Color Harmonies of #49F9E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F9E7

Black with #49F9E7

Text Example


Text Example

White with #49F9E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,249,231); }

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

background-color css

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

 a { background-color: rgb(73,249,231); }

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

border-color css

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

 span { border-color: rgb(73,249,231); }

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