Html Css Color HEX #49FBE5 Turquoise

📋 copy color: '#49FBE5'

red 73 ◦ green 251 ◦ blue 229

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

Shades of Turquoise #49FBE5

Tints of Turquoise #49FBE5

RGB

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

 GREEN value IS 251 (98.44% from 255) = 45.39%

 BLUE value IS 229 (89.84% from 255) = 41.41%

R = 13.2%
G = 45.39%
B = 41.41%

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

#49FBE5 (or 0x49FBE5) is known color: Turquoise. HEX triplet: 49, FB and E5. RGB value is (73,251,229). Sum of RGB (Red+Green+Blue) = 73+251+229=553 (73% of max value = 765). Red value is 73 (28.91% from 255 or 13.20% from 553); Green value is 251 (98.44% from 255 or 45.39% from 553); Blue value is 229 (89.84% from 255 or 41.41% from 553); Max value from RGB is 251 - color contains mainly: green. Hex color #49FBE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FBE5 is #B6041A. Grayscale: #C3C3C3. Windows color (decimal): -11928603 or 15072073. OLE color: 15072073.

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

Color convert

RGB 73 251 229 -
CMYK 0.71 0 0.09 0.02
HSL 172.58º 0.96% 0.64% -
HSV(B) 172.58º 0.71% 0.98% -
XYZ 51.39 76.07 86.1 -
YUV 195.27 147.03 40.79 -
System Red Green Blue C M Y K H S L
Decimal 73 251 229 0.71 0 0.09 0.02 172.58 0.96 0.64
Hex 49 FB E5 47 0 9 2 AD 60 40
Octal 111 373 345 107 0 11 2 255 140 100
Binary 1001001 11111011 11100101 1000111 0 1001 10 10101101 1100000 1000000

Color Harmonies of #49FBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FBE5

Black with #49FBE5

Text Example


Text Example

White with #49FBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,251,229); }

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

background-color css

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

 a { background-color: rgb(73,251,229); }

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

border-color css

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

 span { border-color: rgb(73,251,229); }

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