Html Css Color HEX #49FFD5 Turquoise

📋 copy color: '#49FFD5'

red 73 ◦ green 255 ◦ blue 213

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

Shades of Turquoise #49FFD5

Tints of Turquoise #49FFD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.37%

R = 13.49%
G = 47.13%
B = 39.37%

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

#49FFD5 (or 0x49FFD5) is known color: Turquoise. HEX triplet: 49, FF and D5. RGB value is (73,255,213). Sum of RGB (Red+Green+Blue) = 73+255+213=541 (71% of max value = 765). Red value is 73 (28.91% from 255 or 13.49% from 541); Green value is 255 (100% from 255 or 47.13% from 541); Blue value is 213 (83.59% from 255 or 39.37% from 541); Max value from RGB is 255 - color contains mainly: green. Hex color #49FFD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FFD5 is #B6002A. Grayscale: #C3C3C3. Windows color (decimal): -11927595 or 14024521. OLE color: 14024521.

HSL color Cylindrical-coordinate representation of color #49FFD5: hue angle of 166.15º 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 #49FFD5 is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB 73 255 213 -
CMYK 0.71 0 0.16 0
HSL 166.15º 1% 0.64% -
HSV(B) 166.15º 0.71% 1% -
XYZ 50.52 77.74 75.29 -
YUV 195.79 137.7 40.42 -
System Red Green Blue C M Y K H S L
Decimal 73 255 213 0.71 0 0.16 0 166.15 1 0.64
Hex 49 FF D5 47 0 10 0 A6 64 40
Octal 111 377 325 107 0 20 0 246 144 100
Binary 1001001 11111111 11010101 1000111 0 10000 0 10100110 1100100 1000000

Color Harmonies of #49FFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FFD5

Black with #49FFD5

Text Example


Text Example

White with #49FFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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