Html Css Color HEX #49FCEA Turquoise

📋 copy color: '#49FCEA'

red 73 ◦ green 252 ◦ blue 234

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

Shades of Turquoise #49FCEA

Tints of Turquoise #49FCEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.86%

R = 13.06%
G = 45.08%
B = 41.86%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#49FCEA (or 0x49FCEA) is known color: Turquoise. HEX triplet: 49, FC and EA. RGB value is (73,252,234). Sum of RGB (Red+Green+Blue) = 73+252+234=559 (74% of max value = 765). Red value is 73 (28.91% from 255 or 13.06% from 559); Green value is 252 (98.83% from 255 or 45.08% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 252 - color contains mainly: green. Hex color #49FCEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49FCEA is #B60315. Grayscale: #C4C4C4. Windows color (decimal): -11928342 or 15400009. OLE color: 15400009.

HSL color Cylindrical-coordinate representation of color #49FCEA: hue angle of 173.97º 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 #49FCEA is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 73 252 234 -
CMYK 0.71 0 0.07 0.01
HSL 173.97º 0.97% 0.64% -
HSV(B) 173.97º 0.71% 0.99% -
XYZ 52.41 76.98 89.94 -
YUV 196.43 149.2 39.96 -
System Red Green Blue C M Y K H S L
Decimal 73 252 234 0.71 0 0.07 0.01 173.97 0.97 0.64
Hex 49 FC EA 47 0 7 1 AE 61 40
Octal 111 374 352 107 0 7 1 256 141 100
Binary 1001001 11111100 11101010 1000111 0 111 1 10101110 1100001 1000000

Color Harmonies of #49FCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FCEA

Black with #49FCEA

Text Example


Text Example

White with #49FCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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