Html Css Color HEX #49EEB8 Turquoise

📋 copy color: '#49EEB8'

red 73 ◦ green 238 ◦ blue 184

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

Shades of Turquoise #49EEB8

Tints of Turquoise #49EEB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 37.17%

R = 14.75%
G = 48.08%
B = 37.17%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#49EEB8 (or 0x49EEB8) is known color: Turquoise. HEX triplet: 49, EE and B8. RGB value is (73,238,184). Sum of RGB (Red+Green+Blue) = 73+238+184=495 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.75% from 495); Green value is 238 (93.36% from 255 or 48.08% from 495); Blue value is 184 (72.27% from 255 or 37.17% from 495); Max value from RGB is 238 - color contains mainly: green. Hex color #49EEB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EEB8 is #B61147. Grayscale: #B6B6B6. Windows color (decimal): -11931976 or 12119625. OLE color: 12119625.

HSL color Cylindrical-coordinate representation of color #49EEB8: hue angle of 160.36º 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 #49EEB8 is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 238 184 -
CMYK 0.69 0 0.23 0.07
HSL 160.36º 0.83% 0.61% -
HSV(B) 160.36º 0.69% 0.93% -
XYZ 41.97 66.03 55.88 -
YUV 182.51 128.84 49.89 -
System Red Green Blue C M Y K H S L
Decimal 73 238 184 0.69 0 0.23 0.07 160.36 0.83 0.61
Hex 49 EE B8 45 0 17 7 A0 53 3D
Octal 111 356 270 105 0 27 7 240 123 75
Binary 1001001 11101110 10111000 1000101 0 10111 111 10100000 1010011 111101

Color Harmonies of #49EEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EEB8

Black with #49EEB8

Text Example


Text Example

White with #49EEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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