Html Css Color HEX #49FCDA Turquoise

📋 copy color: '#49FCDA'

red 73 ◦ green 252 ◦ blue 218

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

Shades of Turquoise #49FCDA

Tints of Turquoise #49FCDA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 46.41%

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

R = 13.44%
G = 46.41%
B = 40.15%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#49FCDA (or 0x49FCDA) is known color: Turquoise. HEX triplet: 49, FC and DA. RGB value is (73,252,218). Sum of RGB (Red+Green+Blue) = 73+252+218=543 (71% of max value = 765). Red value is 73 (28.91% from 255 or 13.44% from 543); Green value is 252 (98.83% from 255 or 46.41% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 252 - color contains mainly: green. Hex color #49FCDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FCDA is #B60325. Grayscale: #C2C2C2. Windows color (decimal): -11928358 or 14351433. OLE color: 14351433.

HSL color Cylindrical-coordinate representation of color #49FCDA: hue angle of 168.6º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FCDA is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 73 252 218 -
CMYK 0.71 0 0.13 0.01
HSL 168.6º 0.97% 0.64% -
HSV(B) 168.6º 0.71% 0.99% -
XYZ 50.21 76.1 78.37 -
YUV 194.6 141.2 41.26 -
System Red Green Blue C M Y K H S L
Decimal 73 252 218 0.71 0 0.13 0.01 168.6 0.97 0.64
Hex 49 FC DA 47 0 D 1 A9 61 40
Octal 111 374 332 107 0 15 1 251 141 100
Binary 1001001 11111100 11011010 1000111 0 1101 1 10101001 1100001 1000000

Color Harmonies of #49FCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FCDA

Black with #49FCDA

Text Example


Text Example

White with #49FCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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