Html Css Color HEX #49CEE4 Medium Turquoise

📋 copy color: '#49CEE4'

red 73 ◦ green 206 ◦ blue 228

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

Shades of Medium Turquoise #49CEE4

Tints of Medium Turquoise #49CEE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 44.97%

R = 14.4%
G = 40.63%
B = 44.97%

CMYK

 C value IS 0.68

 M value IS 0.10

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#49CEE4 (or 0x49CEE4) is known color: Medium Turquoise. HEX triplet: 49, CE and E4. RGB value is (73,206,228). Sum of RGB (Red+Green+Blue) = 73+206+228=507 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.40% from 507); Green value is 206 (80.86% from 255 or 40.63% from 507); Blue value is 228 (89.45% from 255 or 44.97% from 507); Max value from RGB is 228 - color contains mainly: blue. Hex color #49CEE4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CEE4 is #B6311B. Grayscale: #A8A8A8. Windows color (decimal): -11940124 or 14995017. OLE color: 14995017.

HSL color Cylindrical-coordinate representation of color #49CEE4: hue angle of 188.52º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49CEE4 is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 73 206 228 -
CMYK 0.68 0.10 0 0.11
HSL 188.52º 0.74% 0.59% -
HSV(B) 188.52º 0.68% 0.89% -
XYZ 38.82 51.16 81.23 -
YUV 168.74 161.44 59.71 -
System Red Green Blue C M Y K H S L
Decimal 73 206 228 0.68 0.10 0 0.11 188.52 0.74 0.59
Hex 49 CE E4 44 A 0 B BD 4A 3B
Octal 111 316 344 104 12 0 13 275 112 73
Binary 1001001 11001110 11100100 1000100 1010 0 1011 10111101 1001010 111011

Color Harmonies of #49CEE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CEE4

Black with #49CEE4

Text Example


Text Example

White with #49CEE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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