Html Css Color HEX #49FADF Turquoise

📋 copy color: '#49FADF'

red 73 ◦ green 250 ◦ blue 223

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

Shades of Turquoise #49FADF

Tints of Turquoise #49FADF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 45.79%

 BLUE value IS 223 (87.5% from 255) = 40.84%

R = 13.37%
G = 45.79%
B = 40.84%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#49FADF (or 0x49FADF) is known color: Turquoise. HEX triplet: 49, FA and DF. RGB value is (73,250,223). Sum of RGB (Red+Green+Blue) = 73+250+223=546 (72% of max value = 765). Red value is 73 (28.91% from 255 or 13.37% from 546); Green value is 250 (98.05% from 255 or 45.79% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 250 - color contains mainly: green. Hex color #49FADF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FADF is #B60520. Grayscale: #C1C1C1. Windows color (decimal): -11928865 or 14678601. OLE color: 14678601.

HSL color Cylindrical-coordinate representation of color #49FADF: hue angle of 170.85º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FADF is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 73 250 223 -
CMYK 0.71 0 0.11 0.02
HSL 170.85º 0.95% 0.63% -
HSV(B) 170.85º 0.71% 0.98% -
XYZ 50.25 75.12 81.66 -
YUV 194 144.36 41.7 -
System Red Green Blue C M Y K H S L
Decimal 73 250 223 0.71 0 0.11 0.02 170.85 0.95 0.63
Hex 49 FA DF 47 0 B 2 AB 5F 3F
Octal 111 372 337 107 0 13 2 253 137 77
Binary 1001001 11111010 11011111 1000111 0 1011 10 10101011 1011111 111111

Color Harmonies of #49FADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FADF

Black with #49FADF

Text Example


Text Example

White with #49FADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,250,223); }

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

background-color css

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

 a { background-color: rgb(73,250,223); }

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

border-color css

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

 span { border-color: rgb(73,250,223); }

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