Html Css Color HEX #49CBDB Medium Turquoise

📋 copy color: '#49CBDB'

red 73 ◦ green 203 ◦ blue 219

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

Shades of Medium Turquoise #49CBDB

Tints of Medium Turquoise #49CBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.24%

R = 14.75%
G = 41.01%
B = 44.24%

CMYK

 C value IS 0.67

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#49CBDB (or 0x49CBDB) is known color: Medium Turquoise. HEX triplet: 49, CB and DB. RGB value is (73,203,219). Sum of RGB (Red+Green+Blue) = 73+203+219=495 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.75% from 495); Green value is 203 (79.69% from 255 or 41.01% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #49CBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CBDB is #B63424. Grayscale: #A5A5A5. Windows color (decimal): -11940901 or 14404425. OLE color: 14404425.

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

Color convert

RGB 73 203 219 -
CMYK 0.67 0.07 0 0.14
HSL 186.58º 0.67% 0.57% -
HSV(B) 186.58º 0.67% 0.86% -
XYZ 36.89 49.24 74.58 -
YUV 165.95 157.93 61.7 -
System Red Green Blue C M Y K H S L
Decimal 73 203 219 0.67 0.07 0 0.14 186.58 0.67 0.57
Hex 49 CB DB 43 7 0 E BB 43 39
Octal 111 313 333 103 7 0 16 273 103 71
Binary 1001001 11001011 11011011 1000011 111 0 1110 10111011 1000011 111001

Color Harmonies of #49CBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CBDB

Black with #49CBDB

Text Example


Text Example

White with #49CBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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