Html Css Color HEX #49FECE Turquoise

📋 copy color: '#49FECE'

red 73 ◦ green 254 ◦ blue 206

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

Shades of Turquoise #49FECE

Tints of Turquoise #49FECE

RGB

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

 GREEN value IS 254 (99.61% from 255) = 47.65%

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

R = 13.7%
G = 47.65%
B = 38.65%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#49FECE (or 0x49FECE) is known color: Turquoise. HEX triplet: 49, FE and CE. RGB value is (73,254,206). Sum of RGB (Red+Green+Blue) = 73+254+206=533 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.70% from 533); Green value is 254 (99.61% from 255 or 47.65% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 254 - color contains mainly: green. Hex color #49FECE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FECE is #B60131. Grayscale: #C2C2C2. Windows color (decimal): -11927858 or 13565513. OLE color: 13565513.

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

Color convert

RGB 73 254 206 -
CMYK 0.71 0 0.19 0.00
HSL 164.09º 0.99% 0.64% -
HSV(B) 164.09º 0.71% 1% -
XYZ 49.33 76.76 70.61 -
YUV 194.41 134.53 41.4 -
System Red Green Blue C M Y K H S L
Decimal 73 254 206 0.71 0 0.19 0.00 164.09 0.99 0.64
Hex 49 FE CE 47 0 13 0 A4 63 40
Octal 111 376 316 107 0 23 0 244 143 100
Binary 1001001 11111110 11001110 1000111 0 10011 0 10100100 1100011 1000000

Color Harmonies of #49FECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FECE

Black with #49FECE

Text Example


Text Example

White with #49FECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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