Html Css Color HEX #49FDCB Turquoise

📋 copy color: '#49FDCB'

red 73 ◦ green 253 ◦ blue 203

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

Shades of Turquoise #49FDCB

Tints of Turquoise #49FDCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.37%

R = 13.8%
G = 47.83%
B = 38.37%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#49FDCB (or 0x49FDCB) is known color: Turquoise. HEX triplet: 49, FD and CB. RGB value is (73,253,203). Sum of RGB (Red+Green+Blue) = 73+253+203=529 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.80% from 529); Green value is 253 (99.22% from 255 or 47.83% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 253 - color contains mainly: green. Hex color #49FDCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FDCB is #B60234. Grayscale: #C1C1C1. Windows color (decimal): -11928117 or 13368649. OLE color: 13368649.

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

Color convert

RGB 73 253 203 -
CMYK 0.71 0 0.20 0.01
HSL 163.33º 0.98% 0.64% -
HSV(B) 163.33º 0.71% 0.99% -
XYZ 48.65 75.98 68.6 -
YUV 193.48 133.37 42.07 -
System Red Green Blue C M Y K H S L
Decimal 73 253 203 0.71 0 0.20 0.01 163.33 0.98 0.64
Hex 49 FD CB 47 0 14 1 A3 62 40
Octal 111 375 313 107 0 24 1 243 142 100
Binary 1001001 11111101 11001011 1000111 0 10100 1 10100011 1100010 1000000

Color Harmonies of #49FDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FDCB

Black with #49FDCB

Text Example


Text Example

White with #49FDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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