Html Css Color HEX #49FFD3 Turquoise

📋 copy color: '#49FFD3'

red 73 ◦ green 255 ◦ blue 211

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

Shades of Turquoise #49FFD3

Tints of Turquoise #49FFD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 39.15%

R = 13.54%
G = 47.31%
B = 39.15%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#49FFD3 (or 0x49FFD3) is known color: Turquoise. HEX triplet: 49, FF and D3. RGB value is (73,255,211). Sum of RGB (Red+Green+Blue) = 73+255+211=539 (71% of max value = 765). Red value is 73 (28.91% from 255 or 13.54% from 539); Green value is 255 (100% from 255 or 47.31% from 539); Blue value is 211 (82.81% from 255 or 39.15% from 539); Max value from RGB is 255 - color contains mainly: green. Hex color #49FFD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FFD3 is #B6002C. Grayscale: #C3C3C3. Windows color (decimal): -11927597 or 13893449. OLE color: 13893449.

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

Color convert

RGB 73 255 211 -
CMYK 0.71 0 0.17 0
HSL 165.49º 1% 0.64% -
HSV(B) 165.49º 0.71% 1% -
XYZ 50.27 77.64 73.96 -
YUV 195.57 136.7 40.58 -
System Red Green Blue C M Y K H S L
Decimal 73 255 211 0.71 0 0.17 0 165.49 1 0.64
Hex 49 FF D3 47 0 11 0 A5 64 40
Octal 111 377 323 107 0 21 0 245 144 100
Binary 1001001 11111111 11010011 1000111 0 10001 0 10100101 1100100 1000000

Color Harmonies of #49FFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FFD3

Black with #49FFD3

Text Example


Text Example

White with #49FFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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