Html Css Color HEX #49EFDF Turquoise

📋 copy color: '#49EFDF'

red 73 ◦ green 239 ◦ blue 223

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

Shades of Turquoise #49EFDF

Tints of Turquoise #49EFDF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.67%

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

R = 13.64%
G = 44.67%
B = 41.68%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#49EFDF (or 0x49EFDF) is known color: Turquoise. HEX triplet: 49, EF and DF. RGB value is (73,239,223). Sum of RGB (Red+Green+Blue) = 73+239+223=535 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.64% from 535); Green value is 239 (93.75% from 255 or 44.67% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 239 - color contains mainly: green. Hex color #49EFDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EFDF is #B61020. Grayscale: #BBBBBB. Windows color (decimal): -11931681 or 14675785. OLE color: 14675785.

HSL color Cylindrical-coordinate representation of color #49EFDF: hue angle of 174.22º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49EFDF is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 73 239 223 -
CMYK 0.69 0 0.07 0.06
HSL 174.22º 0.84% 0.61% -
HSV(B) 174.22º 0.69% 0.94% -
XYZ 46.93 68.48 80.56 -
YUV 187.54 148 46.3 -
System Red Green Blue C M Y K H S L
Decimal 73 239 223 0.69 0 0.07 0.06 174.22 0.84 0.61
Hex 49 EF DF 45 0 7 6 AE 54 3D
Octal 111 357 337 105 0 7 6 256 124 75
Binary 1001001 11101111 11011111 1000101 0 111 110 10101110 1010100 111101

Color Harmonies of #49EFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EFDF

Black with #49EFDF

Text Example


Text Example

White with #49EFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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