Html Css Color HEX #49F7DE Turquoise

📋 copy color: '#49F7DE'

red 73 ◦ green 247 ◦ blue 222

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

Shades of Turquoise #49F7DE

Tints of Turquoise #49F7DE

RGB

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

 GREEN value IS 247 (96.88% from 255) = 45.57%

 BLUE value IS 222 (87.11% from 255) = 40.96%

R = 13.47%
G = 45.57%
B = 40.96%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#49F7DE (or 0x49F7DE) is known color: Turquoise. HEX triplet: 49, F7 and DE. RGB value is (73,247,222). Sum of RGB (Red+Green+Blue) = 73+247+222=542 (71% of max value = 765). Red value is 73 (28.91% from 255 or 13.47% from 542); Green value is 247 (96.88% from 255 or 45.57% from 542); Blue value is 222 (87.11% from 255 or 40.96% from 542); Max value from RGB is 247 - color contains mainly: green. Hex color #49F7DE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49F7DE is #B60821. Grayscale: #C0C0C0. Windows color (decimal): -11929634 or 14612297. OLE color: 14612297.

HSL color Cylindrical-coordinate representation of color #49F7DE: hue angle of 171.38º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F7DE is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 73 247 222 -
CMYK 0.70 0 0.10 0.03
HSL 171.38º 0.92% 0.63% -
HSV(B) 171.38º 0.7% 0.97% -
XYZ 49.19 73.21 80.65 -
YUV 192.12 144.85 43.03 -
System Red Green Blue C M Y K H S L
Decimal 73 247 222 0.70 0 0.10 0.03 171.38 0.92 0.63
Hex 49 F7 DE 46 0 A 3 AB 5C 3F
Octal 111 367 336 106 0 12 3 253 134 77
Binary 1001001 11110111 11011110 1000110 0 1010 11 10101011 1011100 111111

Color Harmonies of #49F7DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F7DE

Black with #49F7DE

Text Example


Text Example

White with #49F7DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,247,222); }

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

background-color css

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

 a { background-color: rgb(73,247,222); }

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

border-color css

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

 span { border-color: rgb(73,247,222); }

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