Html Css Color HEX #49F2CE Turquoise

📋 copy color: '#49F2CE'

red 73 ◦ green 242 ◦ blue 206

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

Shades of Turquoise #49F2CE

Tints of Turquoise #49F2CE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.45%

 BLUE value IS 206 (80.86% from 255) = 39.54%

R = 14.01%
G = 46.45%
B = 39.54%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#49F2CE (or 0x49F2CE) is known color: Turquoise. HEX triplet: 49, F2 and CE. RGB value is (73,242,206). Sum of RGB (Red+Green+Blue) = 73+242+206=521 (69% of max value = 765). Red value is 73 (28.91% from 255 or 14.01% from 521); Green value is 242 (94.92% from 255 or 46.45% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 242 - color contains mainly: green. Hex color #49F2CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49F2CE is #B60D31. Grayscale: #BBBBBB. Windows color (decimal): -11930930 or 13562441. OLE color: 13562441.

HSL color Cylindrical-coordinate representation of color #49F2CE: hue angle of 167.22º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F2CE is Cyan = 0.70, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 73 242 206 -
CMYK 0.70 0 0.15 0.05
HSL 167.22º 0.87% 0.62% -
HSV(B) 167.22º 0.7% 0.95% -
XYZ 45.64 69.38 69.38 -
YUV 187.37 138.51 46.43 -
System Red Green Blue C M Y K H S L
Decimal 73 242 206 0.70 0 0.15 0.05 167.22 0.87 0.62
Hex 49 F2 CE 46 0 F 5 A7 57 3E
Octal 111 362 316 106 0 17 5 247 127 76
Binary 1001001 11110010 11001110 1000110 0 1111 101 10100111 1010111 111110

Color Harmonies of #49F2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F2CE

Black with #49F2CE

Text Example


Text Example

White with #49F2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,242,206); }

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

background-color css

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

 a { background-color: rgb(73,242,206); }

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

border-color css

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

 span { border-color: rgb(73,242,206); }

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