Html Css Color HEX #49CFCC Medium Turquoise

📋 copy color: '#49CFCC'

red 73 ◦ green 207 ◦ blue 204

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

Shades of Medium Turquoise #49CFCC

Tints of Medium Turquoise #49CFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.15%

R = 15.08%
G = 42.77%
B = 42.15%

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

#49CFCC (or 0x49CFCC) is known color: Medium Turquoise. HEX triplet: 49, CF and CC. RGB value is (73,207,204). Sum of RGB (Red+Green+Blue) = 73+207+204=484 (64% of max value = 765). Red value is 73 (28.91% from 255 or 15.08% from 484); Green value is 207 (81.25% from 255 or 42.77% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 207 - color contains mainly: green. Hex color #49CFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CFCC is #B63033. Grayscale: #A6A6A6. Windows color (decimal): -11939892 or 13422409. OLE color: 13422409.

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

Color convert

RGB 73 207 204 -
CMYK 0.65 0 0.01 0.19
HSL 178.66º 0.58% 0.55% -
HSV(B) 178.66º 0.65% 0.81% -
XYZ 35.96 50.4 64.96 -
YUV 166.59 149.11 61.24 -
System Red Green Blue C M Y K H S L
Decimal 73 207 204 0.65 0 0.01 0.19 178.66 0.58 0.55
Hex 49 CF CC 41 0 1 13 B3 3A 37
Octal 111 317 314 101 0 1 23 263 72 67
Binary 1001001 11001111 11001100 1000001 0 1 10011 10110011 111010 110111

Color Harmonies of #49CFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CFCC

Black with #49CFCC

Text Example


Text Example

White with #49CFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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