Html Css Color HEX #49CBDA Medium Turquoise

📋 copy color: '#49CBDA'

red 73 ◦ green 203 ◦ blue 218

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

Shades of Medium Turquoise #49CBDA

Tints of Medium Turquoise #49CBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.13%

R = 14.78%
G = 41.09%
B = 44.13%

CMYK

 C value IS 0.67

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#49CBDA (or 0x49CBDA) is known color: Medium Turquoise. HEX triplet: 49, CB and DA. RGB value is (73,203,218). Sum of RGB (Red+Green+Blue) = 73+203+218=494 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.78% from 494); Green value is 203 (79.69% from 255 or 41.09% from 494); Blue value is 218 (85.55% from 255 or 44.13% from 494); Max value from RGB is 218 - color contains mainly: blue. Hex color #49CBDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CBDA is #B63425. Grayscale: #A5A5A5. Windows color (decimal): -11940902 or 14338889. OLE color: 14338889.

HSL color Cylindrical-coordinate representation of color #49CBDA: hue angle of 186.21º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49CBDA is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 73 203 218 -
CMYK 0.67 0.07 0 0.15
HSL 186.21º 0.66% 0.57% -
HSV(B) 186.21º 0.67% 0.85% -
XYZ 36.76 49.19 73.89 -
YUV 165.84 157.43 61.78 -
System Red Green Blue C M Y K H S L
Decimal 73 203 218 0.67 0.07 0 0.15 186.21 0.66 0.57
Hex 49 CB DA 43 7 0 F BA 42 39
Octal 111 313 332 103 7 0 17 272 102 71
Binary 1001001 11001011 11011010 1000011 111 0 1111 10111010 1000010 111001

Color Harmonies of #49CBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CBDA

Black with #49CBDA

Text Example


Text Example

White with #49CBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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