Html Css Color HEX #49FBE8 Turquoise

📋 copy color: '#49FBE8'

red 73 ◦ green 251 ◦ blue 232

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

Shades of Turquoise #49FBE8

Tints of Turquoise #49FBE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 41.73%

R = 13.13%
G = 45.14%
B = 41.73%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#49FBE8 (or 0x49FBE8) is known color: Turquoise. HEX triplet: 49, FB and E8. RGB value is (73,251,232). Sum of RGB (Red+Green+Blue) = 73+251+232=556 (73% of max value = 765). Red value is 73 (28.91% from 255 or 13.13% from 556); Green value is 251 (98.44% from 255 or 45.14% from 556); Blue value is 232 (91.02% from 255 or 41.73% from 556); Max value from RGB is 251 - color contains mainly: green. Hex color #49FBE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49FBE8 is #B60417. Grayscale: #C3C3C3. Windows color (decimal): -11928600 or 15268681. OLE color: 15268681.

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

Color convert

RGB 73 251 232 -
CMYK 0.71 0 0.08 0.02
HSL 173.6º 0.96% 0.64% -
HSV(B) 173.6º 0.71% 0.98% -
XYZ 51.81 76.24 88.33 -
YUV 195.61 148.53 40.54 -
System Red Green Blue C M Y K H S L
Decimal 73 251 232 0.71 0 0.08 0.02 173.6 0.96 0.64
Hex 49 FB E8 47 0 8 2 AE 60 40
Octal 111 373 350 107 0 10 2 256 140 100
Binary 1001001 11111011 11101000 1000111 0 1000 10 10101110 1100000 1000000

Color Harmonies of #49FBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FBE8

Black with #49FBE8

Text Example


Text Example

White with #49FBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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