Html Css Color HEX #49EACF Turquoise

📋 copy color: '#49EACF'

red 73 ◦ green 234 ◦ blue 207

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

Shades of Turquoise #49EACF

Tints of Turquoise #49EACF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.53%

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

R = 14.2%
G = 45.53%
B = 40.27%

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

#49EACF (or 0x49EACF) is known color: Turquoise. HEX triplet: 49, EA and CF. RGB value is (73,234,207). Sum of RGB (Red+Green+Blue) = 73+234+207=514 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.20% from 514); Green value is 234 (91.80% from 255 or 45.53% from 514); Blue value is 207 (81.25% from 255 or 40.27% from 514); Max value from RGB is 234 - color contains mainly: green. Hex color #49EACF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49EACF is #B61530. Grayscale: #B6B6B6. Windows color (decimal): -11932977 or 13625929. OLE color: 13625929.

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

Color convert

RGB 73 234 207 -
CMYK 0.69 0 0.12 0.08
HSL 169.94º 0.79% 0.6% -
HSV(B) 169.94º 0.69% 0.92% -
XYZ 43.43 64.77 69.24 -
YUV 182.78 141.66 49.7 -
System Red Green Blue C M Y K H S L
Decimal 73 234 207 0.69 0 0.12 0.08 169.94 0.79 0.6
Hex 49 EA CF 45 0 C 8 AA 4F 3C
Octal 111 352 317 105 0 14 10 252 117 74
Binary 1001001 11101010 11001111 1000101 0 1100 1000 10101010 1001111 111100

Color Harmonies of #49EACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EACF

Black with #49EACF

Text Example


Text Example

White with #49EACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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