Html Css Color HEX #49CFCA Medium Turquoise

📋 copy color: '#49CFCA'

red 73 ◦ green 207 ◦ blue 202

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

Shades of Medium Turquoise #49CFCA

Tints of Medium Turquoise #49CFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.91%

R = 15.15%
G = 42.95%
B = 41.91%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#49CFCA (or 0x49CFCA) is known color: Medium Turquoise. HEX triplet: 49, CF and CA. RGB value is (73,207,202). Sum of RGB (Red+Green+Blue) = 73+207+202=482 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.15% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 207 - color contains mainly: green. Hex color #49CFCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49CFCA is #B63035. Grayscale: #A6A6A6. Windows color (decimal): -11939894 or 13291337. OLE color: 13291337.

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

Color convert

RGB 73 207 202 -
CMYK 0.65 0 0.02 0.19
HSL 177.76º 0.58% 0.55% -
HSV(B) 177.76º 0.65% 0.81% -
XYZ 35.72 50.31 63.7 -
YUV 166.36 148.11 61.41 -
System Red Green Blue C M Y K H S L
Decimal 73 207 202 0.65 0 0.02 0.19 177.76 0.58 0.55
Hex 49 CF CA 41 0 2 13 B2 3A 37
Octal 111 317 312 101 0 2 23 262 72 67
Binary 1001001 11001111 11001010 1000001 0 10 10011 10110010 111010 110111

Color Harmonies of #49CFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CFCA

Black with #49CFCA

Text Example


Text Example

White with #49CFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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