Html Css Color HEX #49EBDB Turquoise

📋 copy color: '#49EBDB'

red 73 ◦ green 235 ◦ blue 219

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

Shades of Turquoise #49EBDB

Tints of Turquoise #49EBDB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.59%

 BLUE value IS 219 (85.94% from 255) = 41.56%

R = 13.85%
G = 44.59%
B = 41.56%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#49EBDB (or 0x49EBDB) is known color: Turquoise. HEX triplet: 49, EB and DB. RGB value is (73,235,219). Sum of RGB (Red+Green+Blue) = 73+235+219=527 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.85% from 527); Green value is 235 (92.19% from 255 or 44.59% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 235 - color contains mainly: green. Hex color #49EBDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EBDB is #B61424. Grayscale: #B8B8B8. Windows color (decimal): -11932709 or 14412617. OLE color: 14412617.

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

Color convert

RGB 73 235 219 -
CMYK 0.69 0 0.07 0.08
HSL 174.07º 0.8% 0.6% -
HSV(B) 174.07º 0.69% 0.92% -
XYZ 45.24 65.95 77.36 -
YUV 184.74 147.33 48.3 -
System Red Green Blue C M Y K H S L
Decimal 73 235 219 0.69 0 0.07 0.08 174.07 0.8 0.6
Hex 49 EB DB 45 0 7 8 AE 50 3C
Octal 111 353 333 105 0 7 10 256 120 74
Binary 1001001 11101011 11011011 1000101 0 111 1000 10101110 1010000 111100

Color Harmonies of #49EBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EBDB

Black with #49EBDB

Text Example


Text Example

White with #49EBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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