Html Css Color HEX #49FAE3 Turquoise

📋 copy color: '#49FAE3'

red 73 ◦ green 250 ◦ blue 227

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

Shades of Turquoise #49FAE3

Tints of Turquoise #49FAE3

RGB

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

 GREEN value IS 250 (98.05% from 255) = 45.45%

 BLUE value IS 227 (89.06% from 255) = 41.27%

R = 13.27%
G = 45.45%
B = 41.27%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#49FAE3 (or 0x49FAE3) is known color: Turquoise. HEX triplet: 49, FA and E3. RGB value is (73,250,227). Sum of RGB (Red+Green+Blue) = 73+250+227=550 (72% of max value = 765). Red value is 73 (28.91% from 255 or 13.27% from 550); Green value is 250 (98.05% from 255 or 45.45% from 550); Blue value is 227 (89.06% from 255 or 41.27% from 550); Max value from RGB is 250 - color contains mainly: green. Hex color #49FAE3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FAE3 is #B6051C. Grayscale: #C2C2C2. Windows color (decimal): -11928861 or 14940745. OLE color: 14940745.

HSL color Cylindrical-coordinate representation of color #49FAE3: hue angle of 172.2º degrees, saturation: 0.95, 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 #49FAE3 is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 73 250 227 -
CMYK 0.71 0 0.09 0.02
HSL 172.2º 0.95% 0.63% -
HSV(B) 172.2º 0.71% 0.98% -
XYZ 50.8 75.33 84.54 -
YUV 194.46 146.36 41.37 -
System Red Green Blue C M Y K H S L
Decimal 73 250 227 0.71 0 0.09 0.02 172.2 0.95 0.63
Hex 49 FA E3 47 0 9 2 AC 5F 3F
Octal 111 372 343 107 0 11 2 254 137 77
Binary 1001001 11111010 11100011 1000111 0 1001 10 10101100 1011111 111111

Color Harmonies of #49FAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FAE3

Black with #49FAE3

Text Example


Text Example

White with #49FAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,250,227); }

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

background-color css

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

 a { background-color: rgb(73,250,227); }

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

border-color css

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

 span { border-color: rgb(73,250,227); }

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