Html Css Color HEX #49FDCD Turquoise

📋 copy color: '#49FDCD'

red 73 ◦ green 253 ◦ blue 205

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

Shades of Turquoise #49FDCD

Tints of Turquoise #49FDCD

RGB

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

 GREEN value IS 253 (99.22% from 255) = 47.65%

 BLUE value IS 205 (80.47% from 255) = 38.61%

R = 13.75%
G = 47.65%
B = 38.61%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#49FDCD (or 0x49FDCD) is known color: Turquoise. HEX triplet: 49, FD and CD. RGB value is (73,253,205). Sum of RGB (Red+Green+Blue) = 73+253+205=531 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.75% from 531); Green value is 253 (99.22% from 255 or 47.65% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 253 - color contains mainly: green. Hex color #49FDCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FDCD is #B60232. Grayscale: #C1C1C1. Windows color (decimal): -11928115 or 13499721. OLE color: 13499721.

HSL color Cylindrical-coordinate representation of color #49FDCD: hue angle of 164º degrees, saturation: 0.98, 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 #49FDCD is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 73 253 205 -
CMYK 0.71 0 0.19 0.01
HSL 164º 0.98% 0.64% -
HSV(B) 164º 0.71% 0.99% -
XYZ 48.89 76.07 69.86 -
YUV 193.71 134.37 41.9 -
System Red Green Blue C M Y K H S L
Decimal 73 253 205 0.71 0 0.19 0.01 164 0.98 0.64
Hex 49 FD CD 47 0 13 1 A4 62 40
Octal 111 375 315 107 0 23 1 244 142 100
Binary 1001001 11111101 11001101 1000111 0 10011 1 10100100 1100010 1000000

Color Harmonies of #49FDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FDCD

Black with #49FDCD

Text Example


Text Example

White with #49FDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,253,205); }

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

background-color css

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

 a { background-color: rgb(73,253,205); }

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

border-color css

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

 span { border-color: rgb(73,253,205); }

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