Html Css Color HEX #49CEEC Medium Turquoise

📋 copy color: '#49CEEC'

red 73 ◦ green 206 ◦ blue 236

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

Shades of Medium Turquoise #49CEEC

Tints of Medium Turquoise #49CEEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.83%

R = 14.17%
G = 40%
B = 45.83%

CMYK

 C value IS 0.69

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#49CEEC (or 0x49CEEC) is known color: Medium Turquoise. HEX triplet: 49, CE and EC. RGB value is (73,206,236). Sum of RGB (Red+Green+Blue) = 73+206+236=515 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.17% from 515); Green value is 206 (80.86% from 255 or 40% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #49CEEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49CEEC is #B63113. Grayscale: #A9A9A9. Windows color (decimal): -11940116 or 15519305. OLE color: 15519305.

HSL color Cylindrical-coordinate representation of color #49CEEC: hue angle of 191.04º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49CEEC is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 206 236 -
CMYK 0.69 0.13 0 0.07
HSL 191.04º 0.81% 0.61% -
HSV(B) 191.04º 0.69% 0.93% -
XYZ 39.96 51.62 87.21 -
YUV 169.65 165.44 59.06 -
System Red Green Blue C M Y K H S L
Decimal 73 206 236 0.69 0.13 0 0.07 191.04 0.81 0.61
Hex 49 CE EC 45 D 0 7 BF 51 3D
Octal 111 316 354 105 15 0 7 277 121 75
Binary 1001001 11001110 11101100 1000101 1101 0 111 10111111 1010001 111101

Color Harmonies of #49CEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CEEC

Black with #49CEEC

Text Example


Text Example

White with #49CEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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