Html Css Color HEX #49CBDC Medium Turquoise

📋 copy color: '#49CBDC'

red 73 ◦ green 203 ◦ blue 220

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

Shades of Medium Turquoise #49CBDC

Tints of Medium Turquoise #49CBDC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.93%

 BLUE value IS 220 (86.33% from 255) = 44.35%

R = 14.72%
G = 40.93%
B = 44.35%

CMYK

 C value IS 0.67

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#49CBDC (or 0x49CBDC) is known color: Medium Turquoise. HEX triplet: 49, CB and DC. RGB value is (73,203,220). Sum of RGB (Red+Green+Blue) = 73+203+220=496 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.72% from 496); Green value is 203 (79.69% from 255 or 40.93% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #49CBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CBDC is #B63423. Grayscale: #A5A5A5. Windows color (decimal): -11940900 or 14469961. OLE color: 14469961.

HSL color Cylindrical-coordinate representation of color #49CBDC: hue angle of 186.94º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49CBDC is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 203 220 -
CMYK 0.67 0.08 0 0.14
HSL 186.94º 0.68% 0.57% -
HSV(B) 186.94º 0.67% 0.86% -
XYZ 37.02 49.3 75.27 -
YUV 166.07 158.43 61.62 -
System Red Green Blue C M Y K H S L
Decimal 73 203 220 0.67 0.08 0 0.14 186.94 0.68 0.57
Hex 49 CB DC 43 8 0 E BB 44 39
Octal 111 313 334 103 10 0 16 273 104 71
Binary 1001001 11001011 11011100 1000011 1000 0 1110 10111011 1000100 111001

Color Harmonies of #49CBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CBDC

Black with #49CBDC

Text Example


Text Example

White with #49CBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,203,220); }

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

background-color css

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

 a { background-color: rgb(73,203,220); }

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

border-color css

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

 span { border-color: rgb(73,203,220); }

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