Html Css Color HEX #49EAEB Turquoise

📋 copy color: '#49EAEB'

red 73 ◦ green 234 ◦ blue 235

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

Shades of Turquoise #49EAEB

Tints of Turquoise #49EAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 43.36%

R = 13.47%
G = 43.17%
B = 43.36%

CMYK

 C value IS 0.69

 M value IS 0.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#49EAEB (or 0x49EAEB) is known color: Turquoise. HEX triplet: 49, EA and EB. RGB value is (73,234,235). Sum of RGB (Red+Green+Blue) = 73+234+235=542 (71% of max value = 765). Red value is 73 (28.91% from 255 or 13.47% from 542); Green value is 234 (91.80% from 255 or 43.17% from 542); Blue value is 235 (92.19% from 255 or 43.36% from 542); Max value from RGB is 235 - color contains mainly: blue. Hex color #49EAEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49EAEB is #B61514. Grayscale: #B9B9B9. Windows color (decimal): -11932949 or 15460937. OLE color: 15460937.

HSL color Cylindrical-coordinate representation of color #49EAEB: hue angle of 180.37º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49EAEB is Cyan = 0.69, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 234 235 -
CMYK 0.69 0.00 0 0.08
HSL 180.37º 0.8% 0.6% -
HSV(B) 180.37º 0.69% 0.92% -
XYZ 47.17 66.26 88.9 -
YUV 185.98 155.66 47.42 -
System Red Green Blue C M Y K H S L
Decimal 73 234 235 0.69 0.00 0 0.08 180.37 0.8 0.6
Hex 49 EA EB 45 0 0 8 B4 50 3C
Octal 111 352 353 105 0 0 10 264 120 74
Binary 1001001 11101010 11101011 1000101 0 0 1000 10110100 1010000 111100

Color Harmonies of #49EAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EAEB

Black with #49EAEB

Text Example


Text Example

White with #49EAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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