Html Css Color HEX #49EBDF Turquoise

📋 copy color: '#49EBDF'

red 73 ◦ green 235 ◦ blue 223

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

Shades of Turquoise #49EBDF

Tints of Turquoise #49EBDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42%

R = 13.75%
G = 44.26%
B = 42%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#49EBDF (or 0x49EBDF) is known color: Turquoise. HEX triplet: 49, EB and DF. RGB value is (73,235,223). Sum of RGB (Red+Green+Blue) = 73+235+223=531 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.75% from 531); Green value is 235 (92.19% from 255 or 44.26% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 235 - color contains mainly: green. Hex color #49EBDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EBDF is #B61420. Grayscale: #B9B9B9. Windows color (decimal): -11932705 or 14674761. OLE color: 14674761.

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

Color convert

RGB 73 235 223 -
CMYK 0.69 0 0.05 0.08
HSL 175.56º 0.8% 0.6% -
HSV(B) 175.56º 0.69% 0.92% -
XYZ 45.78 66.16 80.17 -
YUV 185.19 149.33 47.98 -
System Red Green Blue C M Y K H S L
Decimal 73 235 223 0.69 0 0.05 0.08 175.56 0.8 0.6
Hex 49 EB DF 45 0 5 8 B0 50 3C
Octal 111 353 337 105 0 5 10 260 120 74
Binary 1001001 11101011 11011111 1000101 0 101 1000 10110000 1010000 111100

Color Harmonies of #49EBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EBDF

Black with #49EBDF

Text Example


Text Example

White with #49EBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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