Html Css Color HEX #49EBCF Turquoise

📋 copy color: '#49EBCF'

red 73 ◦ green 235 ◦ blue 207

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

Shades of Turquoise #49EBCF

Tints of Turquoise #49EBCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.19%

R = 14.17%
G = 45.63%
B = 40.19%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#49EBCF (or 0x49EBCF) is known color: Turquoise. HEX triplet: 49, EB and CF. RGB value is (73,235,207). Sum of RGB (Red+Green+Blue) = 73+235+207=515 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.17% from 515); Green value is 235 (92.19% from 255 or 45.63% from 515); Blue value is 207 (81.25% from 255 or 40.19% from 515); Max value from RGB is 235 - color contains mainly: green. Hex color #49EBCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EBCF is #B61430. Grayscale: #B7B7B7. Windows color (decimal): -11932721 or 13626185. OLE color: 13626185.

HSL color Cylindrical-coordinate representation of color #49EBCF: hue angle of 169.63º 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 #49EBCF is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 235 207 -
CMYK 0.69 0 0.12 0.08
HSL 169.63º 0.8% 0.6% -
HSV(B) 169.63º 0.69% 0.92% -
XYZ 43.72 65.34 69.34 -
YUV 183.37 141.33 49.28 -
System Red Green Blue C M Y K H S L
Decimal 73 235 207 0.69 0 0.12 0.08 169.63 0.8 0.6
Hex 49 EB CF 45 0 C 8 AA 50 3C
Octal 111 353 317 105 0 14 10 252 120 74
Binary 1001001 11101011 11001111 1000101 0 1100 1000 10101010 1010000 111100

Color Harmonies of #49EBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EBCF

Black with #49EBCF

Text Example


Text Example

White with #49EBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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