Html Css Color HEX #49CFCE Medium Turquoise

📋 copy color: '#49CFCE'

red 73 ◦ green 207 ◦ blue 206

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

Shades of Medium Turquoise #49CFCE

Tints of Medium Turquoise #49CFCE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.59%

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

R = 15.02%
G = 42.59%
B = 42.39%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#49CFCE (or 0x49CFCE) is known color: Medium Turquoise. HEX triplet: 49, CF and CE. RGB value is (73,207,206). Sum of RGB (Red+Green+Blue) = 73+207+206=486 (64% of max value = 765). Red value is 73 (28.91% from 255 or 15.02% from 486); Green value is 207 (81.25% from 255 or 42.59% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 207 - color contains mainly: green. Hex color #49CFCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CFCE is #B63031. Grayscale: #A6A6A6. Windows color (decimal): -11939890 or 13553481. OLE color: 13553481.

HSL color Cylindrical-coordinate representation of color #49CFCE: hue angle of 179.55º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49CFCE is Cyan = 0.65, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 207 206 -
CMYK 0.65 0 0.00 0.19
HSL 179.55º 0.58% 0.55% -
HSV(B) 179.55º 0.65% 0.81% -
XYZ 36.2 50.5 66.23 -
YUV 166.82 150.11 61.08 -
System Red Green Blue C M Y K H S L
Decimal 73 207 206 0.65 0 0.00 0.19 179.55 0.58 0.55
Hex 49 CF CE 41 0 0 13 B4 3A 37
Octal 111 317 316 101 0 0 23 264 72 67
Binary 1001001 11001111 11001110 1000001 0 0 10011 10110100 111010 110111

Color Harmonies of #49CFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CFCE

Black with #49CFCE

Text Example


Text Example

White with #49CFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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