Html Css Color HEX #49FBDA Turquoise

📋 copy color: '#49FBDA'

red 73 ◦ green 251 ◦ blue 218

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

Shades of Turquoise #49FBDA

Tints of Turquoise #49FBDA

RGB

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

 GREEN value IS 251 (98.44% from 255) = 46.31%

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

R = 13.47%
G = 46.31%
B = 40.22%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#49FBDA (or 0x49FBDA) is known color: Turquoise. HEX triplet: 49, FB and DA. RGB value is (73,251,218). Sum of RGB (Red+Green+Blue) = 73+251+218=542 (71% of max value = 765). Red value is 73 (28.91% from 255 or 13.47% from 542); Green value is 251 (98.44% from 255 or 46.31% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 251 - color contains mainly: green. Hex color #49FBDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FBDA is #B60425. Grayscale: #C1C1C1. Windows color (decimal): -11928614 or 14351177. OLE color: 14351177.

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

Color convert

RGB 73 251 218 -
CMYK 0.71 0 0.13 0.02
HSL 168.88º 0.96% 0.64% -
HSV(B) 168.88º 0.71% 0.98% -
XYZ 49.9 75.47 78.27 -
YUV 194.02 141.53 41.68 -
System Red Green Blue C M Y K H S L
Decimal 73 251 218 0.71 0 0.13 0.02 168.88 0.96 0.64
Hex 49 FB DA 47 0 D 2 A9 60 40
Octal 111 373 332 107 0 15 2 251 140 100
Binary 1001001 11111011 11011010 1000111 0 1101 10 10101001 1100000 1000000

Color Harmonies of #49FBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FBDA

Black with #49FBDA

Text Example


Text Example

White with #49FBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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