Html Css Color HEX #49FBE0 Turquoise

📋 copy color: '#49FBE0'

red 73 ◦ green 251 ◦ blue 224

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

Shades of Turquoise #49FBE0

Tints of Turquoise #49FBE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.88%

R = 13.32%
G = 45.8%
B = 40.88%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#49FBE0 (or 0x49FBE0) is known color: Turquoise. HEX triplet: 49, FB and E0. RGB value is (73,251,224). Sum of RGB (Red+Green+Blue) = 73+251+224=548 (72% of max value = 765). Red value is 73 (28.91% from 255 or 13.32% from 548); Green value is 251 (98.44% from 255 or 45.80% from 548); Blue value is 224 (87.89% from 255 or 40.88% from 548); Max value from RGB is 251 - color contains mainly: green. Hex color #49FBE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FBE0 is #B6041F. Grayscale: #C2C2C2. Windows color (decimal): -11928608 or 14744393. OLE color: 14744393.

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

Color convert

RGB 73 251 224 -
CMYK 0.71 0 0.11 0.02
HSL 170.9º 0.96% 0.64% -
HSV(B) 170.9º 0.71% 0.98% -
XYZ 50.7 75.79 82.48 -
YUV 194.7 144.53 41.2 -
System Red Green Blue C M Y K H S L
Decimal 73 251 224 0.71 0 0.11 0.02 170.9 0.96 0.64
Hex 49 FB E0 47 0 B 2 AB 60 40
Octal 111 373 340 107 0 13 2 253 140 100
Binary 1001001 11111011 11100000 1000111 0 1011 10 10101011 1100000 1000000

Color Harmonies of #49FBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FBE0

Black with #49FBE0

Text Example


Text Example

White with #49FBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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