Html Css Color HEX #49F1F2 Turquoise

📋 copy color: '#49F1F2'

red 73 ◦ green 241 ◦ blue 242

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

Shades of Turquoise #49F1F2

Tints of Turquoise #49F1F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.53%

R = 13.13%
G = 43.35%
B = 43.53%

CMYK

 C value IS 0.70

 M value IS 0.00

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#49F1F2 (or 0x49F1F2) is known color: Turquoise. HEX triplet: 49, F1 and F2. RGB value is (73,241,242). Sum of RGB (Red+Green+Blue) = 73+241+242=556 (73% of max value = 765). Red value is 73 (28.91% from 255 or 13.13% from 556); Green value is 241 (94.53% from 255 or 43.35% from 556); Blue value is 242 (94.92% from 255 or 43.53% from 556); Max value from RGB is 242 - color contains mainly: blue. Hex color #49F1F2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49F1F2 is #B60E0D. Grayscale: #BEBEBE. Windows color (decimal): -11931150 or 15921481. OLE color: 15921481.

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

Color convert

RGB 73 241 242 -
CMYK 0.70 0.00 0 0.05
HSL 180.36º 0.87% 0.62% -
HSV(B) 180.36º 0.7% 0.95% -
XYZ 50.23 70.74 95.01 -
YUV 190.88 156.84 43.92 -
System Red Green Blue C M Y K H S L
Decimal 73 241 242 0.70 0.00 0 0.05 180.36 0.87 0.62
Hex 49 F1 F2 46 0 0 5 B4 57 3E
Octal 111 361 362 106 0 0 5 264 127 76
Binary 1001001 11110001 11110010 1000110 0 0 101 10110100 1010111 111110

Color Harmonies of #49F1F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F1F2

Black with #49F1F2

Text Example


Text Example

White with #49F1F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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