Html Css Color HEX #49CEEA Medium Turquoise

📋 copy color: '#49CEEA'

red 73 ◦ green 206 ◦ blue 234

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

Shades of Medium Turquoise #49CEEA

Tints of Medium Turquoise #49CEEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.61%

R = 14.23%
G = 40.16%
B = 45.61%

CMYK

 C value IS 0.69

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#49CEEA (or 0x49CEEA) is known color: Medium Turquoise. HEX triplet: 49, CE and EA. RGB value is (73,206,234). Sum of RGB (Red+Green+Blue) = 73+206+234=513 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.23% from 513); Green value is 206 (80.86% from 255 or 40.16% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #49CEEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49CEEA is #B63115. Grayscale: #A9A9A9. Windows color (decimal): -11940118 or 15388233. OLE color: 15388233.

HSL color Cylindrical-coordinate representation of color #49CEEA: hue angle of 190.43º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49CEEA is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 206 234 -
CMYK 0.69 0.12 0 0.08
HSL 190.43º 0.79% 0.6% -
HSV(B) 190.43º 0.69% 0.92% -
XYZ 39.67 51.5 85.69 -
YUV 169.43 164.44 59.22 -
System Red Green Blue C M Y K H S L
Decimal 73 206 234 0.69 0.12 0 0.08 190.43 0.79 0.6
Hex 49 CE EA 45 C 0 8 BE 4F 3C
Octal 111 316 352 105 14 0 10 276 117 74
Binary 1001001 11001110 11101010 1000101 1100 0 1000 10111110 1001111 111100

Color Harmonies of #49CEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CEEA

Black with #49CEEA

Text Example


Text Example

White with #49CEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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