Html Css Color HEX #49D0DF Medium Turquoise

📋 copy color: '#49D0DF'

red 73 ◦ green 208 ◦ blue 223

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

Shades of Medium Turquoise #49D0DF

Tints of Medium Turquoise #49D0DF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.27%

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

R = 14.48%
G = 41.27%
B = 44.25%

CMYK

 C value IS 0.67

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#49D0DF (or 0x49D0DF) is known color: Medium Turquoise. HEX triplet: 49, D0 and DF. RGB value is (73,208,223). Sum of RGB (Red+Green+Blue) = 73+208+223=504 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.48% from 504); Green value is 208 (81.64% from 255 or 41.27% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #49D0DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49D0DF is #B62F20. Grayscale: #A9A9A9. Windows color (decimal): -11939617 or 14667849. OLE color: 14667849.

HSL color Cylindrical-coordinate representation of color #49D0DF: hue angle of 186º degrees, saturation: 0.7, 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 #49D0DF is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 208 223 -
CMYK 0.67 0.07 0 0.13
HSL 186º 0.7% 0.58% -
HSV(B) 186º 0.67% 0.87% -
XYZ 38.62 51.86 77.79 -
YUV 169.35 158.27 59.28 -
System Red Green Blue C M Y K H S L
Decimal 73 208 223 0.67 0.07 0 0.13 186 0.7 0.58
Hex 49 D0 DF 43 7 0 D BA 46 3A
Octal 111 320 337 103 7 0 15 272 106 72
Binary 1001001 11010000 11011111 1000011 111 0 1101 10111010 1000110 111010

Color Harmonies of #49D0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D0DF

Black with #49D0DF

Text Example


Text Example

White with #49D0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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