Html Css Color HEX #49FCAF Turquoise

📋 copy color: '#49FCAF'

red 73 ◦ green 252 ◦ blue 175

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

Shades of Turquoise #49FCAF

Tints of Turquoise #49FCAF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 50.4%

 BLUE value IS 175 (68.75% from 255) = 35%

R = 14.6%
G = 50.4%
B = 35%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#49FCAF (or 0x49FCAF) is known color: Turquoise. HEX triplet: 49, FC and AF. RGB value is (73,252,175). Sum of RGB (Red+Green+Blue) = 73+252+175=500 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.6% from 500); Green value is 252 (98.83% from 255 or 50.4% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 252 - color contains mainly: green. Hex color #49FCAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49FCAF is #B60350. Grayscale: #BDBDBD. Windows color (decimal): -11928401 or 11533385. OLE color: 11533385.

HSL color Cylindrical-coordinate representation of color #49FCAF: hue angle of 154.19º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FCAF is Cyan = 0.71, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB 73 252 175 -
CMYK 0.71 0 0.31 0.01
HSL 154.19º 0.97% 0.64% -
HSV(B) 154.19º 0.71% 0.99% -
XYZ 45.3 74.13 52.48 -
YUV 189.7 119.7 44.76 -
System Red Green Blue C M Y K H S L
Decimal 73 252 175 0.71 0 0.31 0.01 154.19 0.97 0.64
Hex 49 FC AF 47 0 1F 1 9A 61 40
Octal 111 374 257 107 0 37 1 232 141 100
Binary 1001001 11111100 10101111 1000111 0 11111 1 10011010 1100001 1000000

Color Harmonies of #49FCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FCAF

Black with #49FCAF

Text Example


Text Example

White with #49FCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,252,175); }

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

background-color css

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

 a { background-color: rgb(73,252,175); }

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

border-color css

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

 span { border-color: rgb(73,252,175); }

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