Html Css Color HEX #49FFD7 Turquoise

📋 copy color: '#49FFD7'

red 73 ◦ green 255 ◦ blue 215

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

Shades of Turquoise #49FFD7

Tints of Turquoise #49FFD7

RGB

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

 GREEN value IS 255 (100% from 255) = 46.96%

 BLUE value IS 215 (84.38% from 255) = 39.59%

R = 13.44%
G = 46.96%
B = 39.59%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#49FFD7 (or 0x49FFD7) is known color: Turquoise. HEX triplet: 49, FF and D7. RGB value is (73,255,215). Sum of RGB (Red+Green+Blue) = 73+255+215=543 (71% of max value = 765). Red value is 73 (28.91% from 255 or 13.44% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 215 (84.38% from 255 or 39.59% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #49FFD7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FFD7 is #B60028. Grayscale: #C4C4C4. Windows color (decimal): -11927593 or 14155593. OLE color: 14155593.

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

Color convert

RGB 73 255 215 -
CMYK 0.71 0 0.16 0
HSL 166.81º 1% 0.64% -
HSV(B) 166.81º 0.71% 1% -
XYZ 50.77 77.84 76.64 -
YUV 196.02 138.7 40.25 -
System Red Green Blue C M Y K H S L
Decimal 73 255 215 0.71 0 0.16 0 166.81 1 0.64
Hex 49 FF D7 47 0 10 0 A7 64 40
Octal 111 377 327 107 0 20 0 247 144 100
Binary 1001001 11111111 11010111 1000111 0 10000 0 10100111 1100100 1000000

Color Harmonies of #49FFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FFD7

Black with #49FFD7

Text Example


Text Example

White with #49FFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,255,215); }

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

background-color css

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

 a { background-color: rgb(73,255,215); }

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

border-color css

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

 span { border-color: rgb(73,255,215); }

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