Html Css Color HEX #49FEEB Turquoise

📋 copy color: '#49FEEB'

red 73 ◦ green 254 ◦ blue 235

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

Shades of Turquoise #49FEEB

Tints of Turquoise #49FEEB

RGB

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

 GREEN value IS 254 (99.61% from 255) = 45.2%

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

R = 12.99%
G = 45.2%
B = 41.81%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#49FEEB (or 0x49FEEB) is known color: Turquoise. HEX triplet: 49, FE and EB. RGB value is (73,254,235). Sum of RGB (Red+Green+Blue) = 73+254+235=562 (74% of max value = 765). Red value is 73 (28.91% from 255 or 12.99% from 562); Green value is 254 (99.61% from 255 or 45.20% from 562); Blue value is 235 (92.19% from 255 or 41.81% from 562); Max value from RGB is 254 - color contains mainly: green. Hex color #49FEEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49FEEB is #B60114. Grayscale: #C5C5C5. Windows color (decimal): -11927829 or 15466057. OLE color: 15466057.

HSL color Cylindrical-coordinate representation of color #49FEEB: hue angle of 173.7º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FEEB is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB 73 254 235 -
CMYK 0.71 0 0.07 0.00
HSL 173.7º 0.99% 0.64% -
HSV(B) 173.7º 0.71% 1% -
XYZ 53.18 78.3 90.91 -
YUV 197.72 149.03 39.04 -
System Red Green Blue C M Y K H S L
Decimal 73 254 235 0.71 0 0.07 0.00 173.7 0.99 0.64
Hex 49 FE EB 47 0 7 0 AE 63 40
Octal 111 376 353 107 0 7 0 256 143 100
Binary 1001001 11111110 11101011 1000111 0 111 0 10101110 1100011 1000000

Color Harmonies of #49FEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FEEB

Black with #49FEEB

Text Example


Text Example

White with #49FEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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