Html Css Color HEX #49ECCE Turquoise

📋 copy color: '#49ECCE'

red 73 ◦ green 236 ◦ blue 206

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

Shades of Turquoise #49ECCE

Tints of Turquoise #49ECCE

RGB

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

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

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

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

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#49ECCE (or 0x49ECCE) is known color: Turquoise. HEX triplet: 49, EC and CE. RGB value is (73,236,206). Sum of RGB (Red+Green+Blue) = 73+236+206=515 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.17% from 515); Green value is 236 (92.58% from 255 or 45.83% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 236 - color contains mainly: green. Hex color #49ECCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49ECCE is #B61331. Grayscale: #B7B7B7. Windows color (decimal): -11932466 or 13560905. OLE color: 13560905.

HSL color Cylindrical-coordinate representation of color #49ECCE: hue angle of 168.96º 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 #49ECCE is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 236 206 -
CMYK 0.69 0 0.13 0.07
HSL 168.96º 0.81% 0.61% -
HSV(B) 168.96º 0.69% 0.93% -
XYZ 43.88 65.86 68.79 -
YUV 183.84 140.5 48.94 -
System Red Green Blue C M Y K H S L
Decimal 73 236 206 0.69 0 0.13 0.07 168.96 0.81 0.61
Hex 49 EC CE 45 0 D 7 A9 51 3D
Octal 111 354 316 105 0 15 7 251 121 75
Binary 1001001 11101100 11001110 1000101 0 1101 111 10101001 1010001 111101

Color Harmonies of #49ECCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49ECCE

Black with #49ECCE

Text Example


Text Example

White with #49ECCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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