Html Css Color HEX #49D0CE Medium Turquoise

📋 copy color: '#49D0CE'

red 73 ◦ green 208 ◦ blue 206

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

Shades of Medium Turquoise #49D0CE

Tints of Medium Turquoise #49D0CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.3%

R = 14.99%
G = 42.71%
B = 42.3%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#49D0CE (or 0x49D0CE) is known color: Medium Turquoise. HEX triplet: 49, D0 and CE. RGB value is (73,208,206). Sum of RGB (Red+Green+Blue) = 73+208+206=487 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.99% from 487); Green value is 208 (81.64% from 255 or 42.71% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 208 - color contains mainly: green. Hex color #49D0CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49D0CE is #B62F31. Grayscale: #A7A7A7. Windows color (decimal): -11939634 or 13553737. OLE color: 13553737.

HSL color Cylindrical-coordinate representation of color #49D0CE: hue angle of 179.11º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49D0CE is Cyan = 0.65, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 73 208 206 -
CMYK 0.65 0 0.01 0.18
HSL 179.11º 0.59% 0.55% -
HSV(B) 179.11º 0.65% 0.82% -
XYZ 36.44 50.98 66.31 -
YUV 167.41 149.77 60.66 -
System Red Green Blue C M Y K H S L
Decimal 73 208 206 0.65 0 0.01 0.18 179.11 0.59 0.55
Hex 49 D0 CE 41 0 1 12 B3 3B 37
Octal 111 320 316 101 0 1 22 263 73 67
Binary 1001001 11010000 11001110 1000001 0 1 10010 10110011 111011 110111

Color Harmonies of #49D0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D0CE

Black with #49D0CE

Text Example


Text Example

White with #49D0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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