Html Css Color HEX #49EEE2 Turquoise

📋 copy color: '#49EEE2'

red 73 ◦ green 238 ◦ blue 226

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

Shades of Turquoise #49EEE2

Tints of Turquoise #49EEE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 42.09%

R = 13.59%
G = 44.32%
B = 42.09%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#49EEE2 (or 0x49EEE2) is known color: Turquoise. HEX triplet: 49, EE and E2. RGB value is (73,238,226). Sum of RGB (Red+Green+Blue) = 73+238+226=537 (71% of max value = 765). Red value is 73 (28.91% from 255 or 13.59% from 537); Green value is 238 (93.36% from 255 or 44.32% from 537); Blue value is 226 (88.67% from 255 or 42.09% from 537); Max value from RGB is 238 - color contains mainly: green. Hex color #49EEE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EEE2 is #B6111D. Grayscale: #BBBBBB. Windows color (decimal): -11931934 or 14872137. OLE color: 14872137.

HSL color Cylindrical-coordinate representation of color #49EEE2: hue angle of 175.64º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49EEE2 is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 238 226 -
CMYK 0.69 0 0.05 0.07
HSL 175.64º 0.83% 0.61% -
HSV(B) 175.64º 0.69% 0.93% -
XYZ 47.05 68.06 82.61 -
YUV 187.3 149.84 46.48 -
System Red Green Blue C M Y K H S L
Decimal 73 238 226 0.69 0 0.05 0.07 175.64 0.83 0.61
Hex 49 EE E2 45 0 5 7 B0 53 3D
Octal 111 356 342 105 0 5 7 260 123 75
Binary 1001001 11101110 11100010 1000101 0 101 111 10110000 1010011 111101

Color Harmonies of #49EEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EEE2

Black with #49EEE2

Text Example


Text Example

White with #49EEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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