Html Css Color HEX #49CFCD Medium Turquoise

📋 copy color: '#49CFCD'

red 73 ◦ green 207 ◦ blue 205

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

Shades of Medium Turquoise #49CFCD

Tints of Medium Turquoise #49CFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.27%

R = 15.05%
G = 42.68%
B = 42.27%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#49CFCD (or 0x49CFCD) is known color: Medium Turquoise. HEX triplet: 49, CF and CD. RGB value is (73,207,205). Sum of RGB (Red+Green+Blue) = 73+207+205=485 (64% of max value = 765). Red value is 73 (28.91% from 255 or 15.05% from 485); Green value is 207 (81.25% from 255 or 42.68% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 207 - color contains mainly: green. Hex color #49CFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CFCD is #B63032. Grayscale: #A6A6A6. Windows color (decimal): -11939891 or 13487945. OLE color: 13487945.

HSL color Cylindrical-coordinate representation of color #49CFCD: hue angle of 179.1º 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 #49CFCD is Cyan = 0.65, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 207 205 -
CMYK 0.65 0 0.01 0.19
HSL 179.1º 0.58% 0.55% -
HSV(B) 179.1º 0.65% 0.81% -
XYZ 36.08 50.45 65.59 -
YUV 166.71 149.61 61.16 -
System Red Green Blue C M Y K H S L
Decimal 73 207 205 0.65 0 0.01 0.19 179.1 0.58 0.55
Hex 49 CF CD 41 0 1 13 B3 3A 37
Octal 111 317 315 101 0 1 23 263 72 67
Binary 1001001 11001111 11001101 1000001 0 1 10011 10110011 111010 110111

Color Harmonies of #49CFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CFCD

Black with #49CFCD

Text Example


Text Example

White with #49CFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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