Html Css Color HEX #49EAF0 Turquoise

📋 copy color: '#49EAF0'

red 73 ◦ green 234 ◦ blue 240

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

Shades of Turquoise #49EAF0

Tints of Turquoise #49EAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 43.88%

R = 13.35%
G = 42.78%
B = 43.88%

CMYK

 C value IS 0.70

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#49EAF0 (or 0x49EAF0) is known color: Turquoise. HEX triplet: 49, EA and F0. RGB value is (73,234,240). Sum of RGB (Red+Green+Blue) = 73+234+240=547 (72% of max value = 765). Red value is 73 (28.91% from 255 or 13.35% from 547); Green value is 234 (91.80% from 255 or 42.78% from 547); Blue value is 240 (94.14% from 255 or 43.88% from 547); Max value from RGB is 240 - color contains mainly: blue. Hex color #49EAF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49EAF0 is #B6150F. Grayscale: #BABABA. Windows color (decimal): -11932944 or 15788617. OLE color: 15788617.

HSL color Cylindrical-coordinate representation of color #49EAF0: hue angle of 182.16º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49EAF0 is Cyan = 0.70, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 73 234 240 -
CMYK 0.70 0.02 0 0.06
HSL 182.16º 0.85% 0.61% -
HSV(B) 182.16º 0.7% 0.94% -
XYZ 47.9 66.55 92.76 -
YUV 186.55 158.16 47.01 -
System Red Green Blue C M Y K H S L
Decimal 73 234 240 0.70 0.02 0 0.06 182.16 0.85 0.61
Hex 49 EA F0 46 2 0 6 B6 55 3D
Octal 111 352 360 106 2 0 6 266 125 75
Binary 1001001 11101010 11110000 1000110 10 0 110 10110110 1010101 111101

Color Harmonies of #49EAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EAF0

Black with #49EAF0

Text Example


Text Example

White with #49EAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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