Html Css Color HEX #49ECCF Turquoise

📋 copy color: '#49ECCF'

red 73 ◦ green 236 ◦ blue 207

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

Shades of Turquoise #49ECCF

Tints of Turquoise #49ECCF

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.74%

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

R = 14.15%
G = 45.74%
B = 40.12%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#49ECCF (or 0x49ECCF) is known color: Turquoise. HEX triplet: 49, EC and CF. RGB value is (73,236,207). Sum of RGB (Red+Green+Blue) = 73+236+207=516 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.15% from 516); Green value is 236 (92.58% from 255 or 45.74% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 236 - color contains mainly: green. Hex color #49ECCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49ECCF is #B61330. Grayscale: #B7B7B7. Windows color (decimal): -11932465 or 13626441. OLE color: 13626441.

HSL color Cylindrical-coordinate representation of color #49ECCF: hue angle of 169.33º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49ECCF is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 236 207 -
CMYK 0.69 0 0.12 0.07
HSL 169.33º 0.81% 0.61% -
HSV(B) 169.33º 0.69% 0.93% -
XYZ 44.01 65.91 69.43 -
YUV 183.96 141 48.86 -
System Red Green Blue C M Y K H S L
Decimal 73 236 207 0.69 0 0.12 0.07 169.33 0.81 0.61
Hex 49 EC CF 45 0 C 7 A9 51 3D
Octal 111 354 317 105 0 14 7 251 121 75
Binary 1001001 11101100 11001111 1000101 0 1100 111 10101001 1010001 111101

Color Harmonies of #49ECCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49ECCF

Black with #49ECCF

Text Example


Text Example

White with #49ECCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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