Html Css Color HEX #49CEDD Medium Turquoise

📋 copy color: '#49CEDD'

red 73 ◦ green 206 ◦ blue 221

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

Shades of Medium Turquoise #49CEDD

Tints of Medium Turquoise #49CEDD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.2%

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

R = 14.6%
G = 41.2%
B = 44.2%

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

#49CEDD (or 0x49CEDD) is known color: Medium Turquoise. HEX triplet: 49, CE and DD. RGB value is (73,206,221). Sum of RGB (Red+Green+Blue) = 73+206+221=500 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.6% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #49CEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CEDD is #B63122. Grayscale: #A7A7A7. Windows color (decimal): -11940131 or 14536265. OLE color: 14536265.

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

Color convert

RGB 73 206 221 -
CMYK 0.67 0.07 0 0.13
HSL 186.08º 0.69% 0.58% -
HSV(B) 186.08º 0.67% 0.87% -
XYZ 37.87 50.78 76.21 -
YUV 167.94 157.94 60.28 -
System Red Green Blue C M Y K H S L
Decimal 73 206 221 0.67 0.07 0 0.13 186.08 0.69 0.58
Hex 49 CE DD 43 7 0 D BA 45 3A
Octal 111 316 335 103 7 0 15 272 105 72
Binary 1001001 11001110 11011101 1000011 111 0 1101 10111010 1000101 111010

Color Harmonies of #49CEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CEDD

Black with #49CEDD

Text Example


Text Example

White with #49CEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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