Html Css Color HEX #49CED8 Medium Turquoise

📋 copy color: '#49CED8'

red 73 ◦ green 206 ◦ blue 216

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

Shades of Medium Turquoise #49CED8

Tints of Medium Turquoise #49CED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 43.64%

R = 14.75%
G = 41.62%
B = 43.64%

CMYK

 C value IS 0.66

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#49CED8 (or 0x49CED8) is known color: Medium Turquoise. HEX triplet: 49, CE and D8. RGB value is (73,206,216). Sum of RGB (Red+Green+Blue) = 73+206+216=495 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.75% from 495); Green value is 206 (80.86% from 255 or 41.62% from 495); Blue value is 216 (84.77% from 255 or 43.64% from 495); Max value from RGB is 216 - color contains mainly: blue. Hex color #49CED8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CED8 is #B63127. Grayscale: #A7A7A7. Windows color (decimal): -11940136 or 14208585. OLE color: 14208585.

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

Color convert

RGB 73 206 216 -
CMYK 0.66 0.05 0 0.15
HSL 184.2º 0.65% 0.57% -
HSV(B) 184.2º 0.66% 0.85% -
XYZ 37.21 50.52 72.76 -
YUV 167.37 155.44 60.69 -
System Red Green Blue C M Y K H S L
Decimal 73 206 216 0.66 0.05 0 0.15 184.2 0.65 0.57
Hex 49 CE D8 42 5 0 F B8 41 39
Octal 111 316 330 102 5 0 17 270 101 71
Binary 1001001 11001110 11011000 1000010 101 0 1111 10111000 1000001 111001

Color Harmonies of #49CED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CED8

Black with #49CED8

Text Example


Text Example

White with #49CED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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