Html Css Color HEX #49DBDD Turquoise

📋 copy color: '#49DBDD'

red 73 ◦ green 219 ◦ blue 221

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

Shades of Turquoise #49DBDD

Tints of Turquoise #49DBDD

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.69%

 BLUE value IS 221 (86.72% from 255) = 43.08%

R = 14.23%
G = 42.69%
B = 43.08%

CMYK

 C value IS 0.67

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#49DBDD (or 0x49DBDD) is known color: Turquoise. HEX triplet: 49, DB and DD. RGB value is (73,219,221). Sum of RGB (Red+Green+Blue) = 73+219+221=513 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.23% from 513); Green value is 219 (85.94% from 255 or 42.69% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #49DBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49DBDD is #B62422. Grayscale: #AFAFAF. Windows color (decimal): -11936803 or 14539593. OLE color: 14539593.

HSL color Cylindrical-coordinate representation of color #49DBDD: hue angle of 180.81º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DBDD is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 219 221 -
CMYK 0.67 0.01 0 0.13
HSL 180.81º 0.69% 0.58% -
HSV(B) 180.81º 0.67% 0.87% -
XYZ 41.13 57.3 77.3 -
YUV 175.57 153.63 54.84 -
System Red Green Blue C M Y K H S L
Decimal 73 219 221 0.67 0.01 0 0.13 180.81 0.69 0.58
Hex 49 DB DD 43 1 0 D B5 45 3A
Octal 111 333 335 103 1 0 15 265 105 72
Binary 1001001 11011011 11011101 1000011 1 0 1101 10110101 1000101 111010

Color Harmonies of #49DBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DBDD

Black with #49DBDD

Text Example


Text Example

White with #49DBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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