Html Css Color HEX #49E7FB Turquoise Blue

📋 copy color: '#49E7FB'

red 73 ◦ green 231 ◦ blue 251

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

Shades of Turquoise Blue #49E7FB

Tints of Turquoise Blue #49E7FB

RGB

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

 GREEN value IS 231 (90.63% from 255) = 41.62%

 BLUE value IS 251 (98.44% from 255) = 45.23%

R = 13.15%
G = 41.62%
B = 45.23%

CMYK

 C value IS 0.71

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#49E7FB (or 0x49E7FB) is known color: Turquoise Blue. HEX triplet: 49, E7 and FB. RGB value is (73,231,251). Sum of RGB (Red+Green+Blue) = 73+231+251=555 (73% of max value = 765). Red value is 73 (28.91% from 255 or 13.15% from 555); Green value is 231 (90.62% from 255 or 41.62% from 555); Blue value is 251 (98.44% from 255 or 45.23% from 555); Max value from RGB is 251 - color contains mainly: blue. Hex color #49E7FB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49E7FB is #B61804. Grayscale: #B9B9B9. Windows color (decimal): -11933701 or 16508745. OLE color: 16508745.

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

Color convert

RGB 73 231 251 -
CMYK 0.71 0.08 0 0.02
HSL 186.74º 0.96% 0.64% -
HSV(B) 186.74º 0.71% 0.98% -
XYZ 48.74 65.53 101.35 -
YUV 186.04 164.65 47.37 -
System Red Green Blue C M Y K H S L
Decimal 73 231 251 0.71 0.08 0 0.02 186.74 0.96 0.64
Hex 49 E7 FB 47 8 0 2 BB 60 40
Octal 111 347 373 107 10 0 2 273 140 100
Binary 1001001 11100111 11111011 1000111 1000 0 10 10111011 1100000 1000000

Color Harmonies of #49E7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49E7FB

Black with #49E7FB

Text Example


Text Example

White with #49E7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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