Html Css Color HEX #49EEF5 Turquoise

📋 copy color: '#49EEF5'

red 73 ◦ green 238 ◦ blue 245

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

Shades of Turquoise #49EEF5

Tints of Turquoise #49EEF5

RGB

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

 GREEN value IS 238 (93.36% from 255) = 42.81%

 BLUE value IS 245 (96.09% from 255) = 44.06%

R = 13.13%
G = 42.81%
B = 44.06%

CMYK

 C value IS 0.70

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#49EEF5 (or 0x49EEF5) is known color: Turquoise. HEX triplet: 49, EE and F5. RGB value is (73,238,245). Sum of RGB (Red+Green+Blue) = 73+238+245=556 (73% of max value = 765). Red value is 73 (28.91% from 255 or 13.13% from 556); Green value is 238 (93.36% from 255 or 42.81% from 556); Blue value is 245 (96.09% from 255 or 44.06% from 556); Max value from RGB is 245 - color contains mainly: blue. Hex color #49EEF5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49EEF5 is #B6110A. Grayscale: #BDBDBD. Windows color (decimal): -11931915 or 16117321. OLE color: 16117321.

HSL color Cylindrical-coordinate representation of color #49EEF5: hue angle of 182.44º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49EEF5 is Cyan = 0.70, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 73 238 245 -
CMYK 0.70 0.03 0 0.04
HSL 182.44º 0.9% 0.62% -
HSV(B) 182.44º 0.7% 0.96% -
XYZ 49.8 69.16 97.11 -
YUV 189.46 159.34 44.93 -
System Red Green Blue C M Y K H S L
Decimal 73 238 245 0.70 0.03 0 0.04 182.44 0.9 0.62
Hex 49 EE F5 46 3 0 4 B6 5A 3E
Octal 111 356 365 106 3 0 4 266 132 76
Binary 1001001 11101110 11110101 1000110 11 0 100 10110110 1011010 111110

Color Harmonies of #49EEF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EEF5

Black with #49EEF5

Text Example


Text Example

White with #49EEF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,238,245); }

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

background-color css

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

 a { background-color: rgb(73,238,245); }

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

border-color css

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

 span { border-color: rgb(73,238,245); }

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