Html Css Color HEX #49DCE6 Turquoise

📋 copy color: '#49DCE6'

red 73 ◦ green 220 ◦ blue 230

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

Shades of Turquoise #49DCE6

Tints of Turquoise #49DCE6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.07%

 BLUE value IS 230 (90.23% from 255) = 43.98%

R = 13.96%
G = 42.07%
B = 43.98%

CMYK

 C value IS 0.68

 M value IS 0.04

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#49DCE6 (or 0x49DCE6) is known color: Turquoise. HEX triplet: 49, DC and E6. RGB value is (73,220,230). Sum of RGB (Red+Green+Blue) = 73+220+230=523 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.96% from 523); Green value is 220 (86.33% from 255 or 42.07% from 523); Blue value is 230 (90.23% from 255 or 43.98% from 523); Max value from RGB is 230 - color contains mainly: blue. Hex color #49DCE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49DCE6 is #B62319. Grayscale: #B1B1B1. Windows color (decimal): -11936538 or 15129673. OLE color: 15129673.

HSL color Cylindrical-coordinate representation of color #49DCE6: hue angle of 183.82º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49DCE6 is Cyan = 0.68, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 73 220 230 -
CMYK 0.68 0.04 0 0.10
HSL 183.82º 0.76% 0.59% -
HSV(B) 183.82º 0.68% 0.9% -
XYZ 42.62 58.32 83.87 -
YUV 177.19 157.8 53.69 -
System Red Green Blue C M Y K H S L
Decimal 73 220 230 0.68 0.04 0 0.10 183.82 0.76 0.59
Hex 49 DC E6 44 4 0 A B8 4C 3B
Octal 111 334 346 104 4 0 12 270 114 73
Binary 1001001 11011100 11100110 1000100 100 0 1010 10111000 1001100 111011

Color Harmonies of #49DCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DCE6

Black with #49DCE6

Text Example


Text Example

White with #49DCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,220,230); }

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

background-color css

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

 a { background-color: rgb(73,220,230); }

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

border-color css

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

 span { border-color: rgb(73,220,230); }

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