Html Css Color HEX #49DAE9 Turquoise

📋 copy color: '#49DAE9'

red 73 ◦ green 218 ◦ blue 233

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

Shades of Turquoise #49DAE9

Tints of Turquoise #49DAE9

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.6%

 BLUE value IS 233 (91.41% from 255) = 44.47%

R = 13.93%
G = 41.6%
B = 44.47%

CMYK

 C value IS 0.69

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#49DAE9 (or 0x49DAE9) is known color: Turquoise. HEX triplet: 49, DA and E9. RGB value is (73,218,233). Sum of RGB (Red+Green+Blue) = 73+218+233=524 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.93% from 524); Green value is 218 (85.55% from 255 or 41.60% from 524); Blue value is 233 (91.41% from 255 or 44.47% from 524); Max value from RGB is 233 - color contains mainly: blue. Hex color #49DAE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49DAE9 is #B62516. Grayscale: #B0B0B0. Windows color (decimal): -11937047 or 15325769. OLE color: 15325769.

HSL color Cylindrical-coordinate representation of color #49DAE9: hue angle of 185.62º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49DAE9 is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 73 218 233 -
CMYK 0.69 0.06 0 0.09
HSL 185.63º 0.78% 0.6% -
HSV(B) 185.63º 0.69% 0.91% -
XYZ 42.53 57.44 85.94 -
YUV 176.36 159.96 54.28 -
System Red Green Blue C M Y K H S L
Decimal 73 218 233 0.69 0.06 0 0.09 185.63 0.78 0.6
Hex 49 DA E9 45 6 0 9 BA 4E 3C
Octal 111 332 351 105 6 0 11 272 116 74
Binary 1001001 11011010 11101001 1000101 110 0 1001 10111010 1001110 111100

Color Harmonies of #49DAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DAE9

Black with #49DAE9

Text Example


Text Example

White with #49DAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,218,233); }

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

background-color css

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

 a { background-color: rgb(73,218,233); }

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

border-color css

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

 span { border-color: rgb(73,218,233); }

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