Html Css Color HEX #49F2EB Turquoise

📋 copy color: '#49F2EB'

red 73 ◦ green 242 ◦ blue 235

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

Shades of Turquoise #49F2EB

Tints of Turquoise #49F2EB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44%

 BLUE value IS 235 (92.19% from 255) = 42.73%

R = 13.27%
G = 44%
B = 42.73%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#49F2EB (or 0x49F2EB) is known color: Turquoise. HEX triplet: 49, F2 and EB. RGB value is (73,242,235). Sum of RGB (Red+Green+Blue) = 73+242+235=550 (72% of max value = 765). Red value is 73 (28.91% from 255 or 13.27% from 550); Green value is 242 (94.92% from 255 or 44% from 550); Blue value is 235 (92.19% from 255 or 42.73% from 550); Max value from RGB is 242 - color contains mainly: green. Hex color #49F2EB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49F2EB is #B60D14. Grayscale: #BEBEBE. Windows color (decimal): -11930901 or 15462985. OLE color: 15462985.

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

Color convert

RGB 73 242 235 -
CMYK 0.70 0 0.03 0.05
HSL 177.51º 0.87% 0.62% -
HSV(B) 177.51º 0.7% 0.95% -
XYZ 49.5 70.92 89.68 -
YUV 190.67 153.01 44.07 -
System Red Green Blue C M Y K H S L
Decimal 73 242 235 0.70 0 0.03 0.05 177.51 0.87 0.62
Hex 49 F2 EB 46 0 3 5 B2 57 3E
Octal 111 362 353 106 0 3 5 262 127 76
Binary 1001001 11110010 11101011 1000110 0 11 101 10110010 1010111 111110

Color Harmonies of #49F2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F2EB

Black with #49F2EB

Text Example


Text Example

White with #49F2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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