Html Css Color HEX #49EFDA Turquoise

📋 copy color: '#49EFDA'

red 73 ◦ green 239 ◦ blue 218

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

Shades of Turquoise #49EFDA

Tints of Turquoise #49EFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.13%

R = 13.77%
G = 45.09%
B = 41.13%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#49EFDA (or 0x49EFDA) is known color: Turquoise. HEX triplet: 49, EF and DA. RGB value is (73,239,218). Sum of RGB (Red+Green+Blue) = 73+239+218=530 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.77% from 530); Green value is 239 (93.75% from 255 or 45.09% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 239 - color contains mainly: green. Hex color #49EFDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EFDA is #B61025. Grayscale: #BABABA. Windows color (decimal): -11931686 or 14348105. OLE color: 14348105.

HSL color Cylindrical-coordinate representation of color #49EFDA: hue angle of 172.41º 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 #49EFDA is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 73 239 218 -
CMYK 0.69 0 0.09 0.06
HSL 172.41º 0.84% 0.61% -
HSV(B) 172.41º 0.69% 0.94% -
XYZ 46.27 68.21 77.06 -
YUV 186.97 145.5 46.71 -
System Red Green Blue C M Y K H S L
Decimal 73 239 218 0.69 0 0.09 0.06 172.41 0.84 0.61
Hex 49 EF DA 45 0 9 6 AC 54 3D
Octal 111 357 332 105 0 11 6 254 124 75
Binary 1001001 11101111 11011010 1000101 0 1001 110 10101100 1010100 111101

Color Harmonies of #49EFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EFDA

Black with #49EFDA

Text Example


Text Example

White with #49EFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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