Html Css Color HEX #49FCE4 Turquoise

📋 copy color: '#49FCE4'

red 73 ◦ green 252 ◦ blue 228

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

Shades of Turquoise #49FCE4

Tints of Turquoise #49FCE4

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.57%

 BLUE value IS 228 (89.45% from 255) = 41.23%

R = 13.2%
G = 45.57%
B = 41.23%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#49FCE4 (or 0x49FCE4) is known color: Turquoise. HEX triplet: 49, FC and E4. RGB value is (73,252,228). Sum of RGB (Red+Green+Blue) = 73+252+228=553 (73% of max value = 765). Red value is 73 (28.91% from 255 or 13.20% from 553); Green value is 252 (98.83% from 255 or 45.57% from 553); Blue value is 228 (89.45% from 255 or 41.23% from 553); Max value from RGB is 252 - color contains mainly: green. Hex color #49FCE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #49FCE4 is #B6031B. Grayscale: #C3C3C3. Windows color (decimal): -11928348 or 15006793. OLE color: 15006793.

HSL color Cylindrical-coordinate representation of color #49FCE4: hue angle of 171.96º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FCE4 is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB 73 252 228 -
CMYK 0.71 0 0.10 0.01
HSL 171.96º 0.97% 0.64% -
HSV(B) 171.96º 0.71% 0.99% -
XYZ 51.56 76.64 85.47 -
YUV 195.74 146.2 40.45 -
System Red Green Blue C M Y K H S L
Decimal 73 252 228 0.71 0 0.10 0.01 171.96 0.97 0.64
Hex 49 FC E4 47 0 A 1 AC 61 40
Octal 111 374 344 107 0 12 1 254 141 100
Binary 1001001 11111100 11100100 1000111 0 1010 1 10101100 1100001 1000000

Color Harmonies of #49FCE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FCE4

Black with #49FCE4

Text Example


Text Example

White with #49FCE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,252,228); }

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

background-color css

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

 a { background-color: rgb(73,252,228); }

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

border-color css

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

 span { border-color: rgb(73,252,228); }

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