Html Css Color HEX #49F6CA Turquoise

📋 copy color: '#49F6CA'

red 73 ◦ green 246 ◦ blue 202

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

Shades of Turquoise #49F6CA

Tints of Turquoise #49F6CA

RGB

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

 GREEN value IS 246 (96.48% from 255) = 47.22%

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

R = 14.01%
G = 47.22%
B = 38.77%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#49F6CA (or 0x49F6CA) is known color: Turquoise. HEX triplet: 49, F6 and CA. RGB value is (73,246,202). Sum of RGB (Red+Green+Blue) = 73+246+202=521 (69% of max value = 765). Red value is 73 (28.91% from 255 or 14.01% from 521); Green value is 246 (96.48% from 255 or 47.22% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 246 - color contains mainly: green. Hex color #49F6CA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49F6CA is #B60935. Grayscale: #BDBDBD. Windows color (decimal): -11929910 or 13301321. OLE color: 13301321.

HSL color Cylindrical-coordinate representation of color #49F6CA: hue angle of 164.74º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F6CA is Cyan = 0.70, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB 73 246 202 -
CMYK 0.70 0 0.18 0.04
HSL 164.74º 0.91% 0.63% -
HSV(B) 164.74º 0.7% 0.96% -
XYZ 46.36 71.59 67.25 -
YUV 189.26 135.19 45.08 -
System Red Green Blue C M Y K H S L
Decimal 73 246 202 0.70 0 0.18 0.04 164.74 0.91 0.63
Hex 49 F6 CA 46 0 12 4 A5 5B 3F
Octal 111 366 312 106 0 22 4 245 133 77
Binary 1001001 11110110 11001010 1000110 0 10010 100 10100101 1011011 111111

Color Harmonies of #49F6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F6CA

Black with #49F6CA

Text Example


Text Example

White with #49F6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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