Html Css Color HEX #49EAF8 Turquoise Blue

📋 copy color: '#49EAF8'

red 73 ◦ green 234 ◦ blue 248

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

Shades of Turquoise Blue #49EAF8

Tints of Turquoise Blue #49EAF8

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.16%

 BLUE value IS 248 (97.27% from 255) = 44.68%

R = 13.15%
G = 42.16%
B = 44.68%

CMYK

 C value IS 0.71

 M value IS 0.06

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#49EAF8 (or 0x49EAF8) is known color: Turquoise Blue. HEX triplet: 49, EA and F8. RGB value is (73,234,248). Sum of RGB (Red+Green+Blue) = 73+234+248=555 (73% of max value = 765). Red value is 73 (28.91% from 255 or 13.15% from 555); Green value is 234 (91.80% from 255 or 42.16% from 555); Blue value is 248 (97.27% from 255 or 44.68% from 555); Max value from RGB is 248 - color contains mainly: blue. Hex color #49EAF8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49EAF8 is #B61507. Grayscale: #BBBBBB. Windows color (decimal): -11932936 or 16312905. OLE color: 16312905.

HSL color Cylindrical-coordinate representation of color #49EAF8: hue angle of 184.8º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49EAF8 is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 73 234 248 -
CMYK 0.71 0.06 0 0.03
HSL 184.8º 0.93% 0.63% -
HSV(B) 184.8º 0.71% 0.97% -
XYZ 49.11 67.04 99.16 -
YUV 187.46 162.16 46.36 -
System Red Green Blue C M Y K H S L
Decimal 73 234 248 0.71 0.06 0 0.03 184.8 0.93 0.63
Hex 49 EA F8 47 6 0 3 B9 5D 3F
Octal 111 352 370 107 6 0 3 271 135 77
Binary 1001001 11101010 11111000 1000111 110 0 11 10111001 1011101 111111

Color Harmonies of #49EAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EAF8

Black with #49EAF8

Text Example


Text Example

White with #49EAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,234,248); }

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

background-color css

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

 a { background-color: rgb(73,234,248); }

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

border-color css

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

 span { border-color: rgb(73,234,248); }

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