Html Css Color HEX #49F8EE Turquoise

📋 copy color: '#49F8EE'

red 73 ◦ green 248 ◦ blue 238

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

Shades of Turquoise #49F8EE

Tints of Turquoise #49F8EE

RGB

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

 GREEN value IS 248 (97.27% from 255) = 44.36%

 BLUE value IS 238 (93.36% from 255) = 42.58%

R = 13.06%
G = 44.36%
B = 42.58%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#49F8EE (or 0x49F8EE) is known color: Turquoise. HEX triplet: 49, F8 and EE. RGB value is (73,248,238). Sum of RGB (Red+Green+Blue) = 73+248+238=559 (74% of max value = 765). Red value is 73 (28.91% from 255 or 13.06% from 559); Green value is 248 (97.27% from 255 or 44.36% from 559); Blue value is 238 (93.36% from 255 or 42.58% from 559); Max value from RGB is 248 - color contains mainly: green. Hex color #49F8EE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49F8EE is #B60711. Grayscale: #C2C2C2. Windows color (decimal): -11929362 or 15661129. OLE color: 15661129.

HSL color Cylindrical-coordinate representation of color #49F8EE: hue angle of 176.57º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49F8EE is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 73 248 238 -
CMYK 0.71 0 0.04 0.03
HSL 176.57º 0.93% 0.63% -
HSV(B) 176.57º 0.71% 0.97% -
XYZ 51.75 74.72 92.58 -
YUV 194.54 152.52 41.31 -
System Red Green Blue C M Y K H S L
Decimal 73 248 238 0.71 0 0.04 0.03 176.57 0.93 0.63
Hex 49 F8 EE 47 0 4 3 B1 5D 3F
Octal 111 370 356 107 0 4 3 261 135 77
Binary 1001001 11111000 11101110 1000111 0 100 11 10110001 1011101 111111

Color Harmonies of #49F8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F8EE

Black with #49F8EE

Text Example


Text Example

White with #49F8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,248,238); }

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

background-color css

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

 a { background-color: rgb(73,248,238); }

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

border-color css

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

 span { border-color: rgb(73,248,238); }

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