Html Css Color HEX #49EBCB Turquoise

📋 copy color: '#49EBCB'

red 73 ◦ green 235 ◦ blue 203

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

Shades of Turquoise #49EBCB

Tints of Turquoise #49EBCB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.99%

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

R = 14.29%
G = 45.99%
B = 39.73%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#49EBCB (or 0x49EBCB) is known color: Turquoise. HEX triplet: 49, EB and CB. RGB value is (73,235,203). Sum of RGB (Red+Green+Blue) = 73+235+203=511 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.29% from 511); Green value is 235 (92.19% from 255 or 45.99% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 235 - color contains mainly: green. Hex color #49EBCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EBCB is #B61434. Grayscale: #B6B6B6. Windows color (decimal): -11932725 or 13364041. OLE color: 13364041.

HSL color Cylindrical-coordinate representation of color #49EBCB: hue angle of 168.15º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49EBCB is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 235 203 -
CMYK 0.69 0 0.14 0.08
HSL 168.15º 0.8% 0.6% -
HSV(B) 168.15º 0.69% 0.92% -
XYZ 43.24 65.14 66.8 -
YUV 182.91 139.33 49.6 -
System Red Green Blue C M Y K H S L
Decimal 73 235 203 0.69 0 0.14 0.08 168.15 0.8 0.6
Hex 49 EB CB 45 0 E 8 A8 50 3C
Octal 111 353 313 105 0 16 10 250 120 74
Binary 1001001 11101011 11001011 1000101 0 1110 1000 10101000 1010000 111100

Color Harmonies of #49EBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EBCB

Black with #49EBCB

Text Example


Text Example

White with #49EBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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