Html Css Color HEX #49DFFE Turquoise Blue

📋 copy color: '#49DFFE'

red 73 ◦ green 223 ◦ blue 254

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

Shades of Turquoise Blue #49DFFE

Tints of Turquoise Blue #49DFFE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.55%

 BLUE value IS 254 (99.61% from 255) = 46.18%

R = 13.27%
G = 40.55%
B = 46.18%

CMYK

 C value IS 0.71

 M value IS 0.12

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#49DFFE (or 0x49DFFE) is known color: Turquoise Blue. HEX triplet: 49, DF and FE. RGB value is (73,223,254). Sum of RGB (Red+Green+Blue) = 73+223+254=550 (72% of max value = 765). Red value is 73 (28.91% from 255 or 13.27% from 550); Green value is 223 (87.5% from 255 or 40.55% from 550); Blue value is 254 (99.61% from 255 or 46.18% from 550); Max value from RGB is 254 - color contains mainly: blue. Hex color #49DFFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49DFFE is #B62001. Grayscale: #B5B5B5. Windows color (decimal): -11935746 or 16703305. OLE color: 16703305.

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

Color convert

RGB 73 223 254 -
CMYK 0.71 0.12 0 0.00
HSL 190.28º 0.99% 0.64% -
HSV(B) 190.28º 0.71% 1% -
XYZ 47.02 61.35 103.13 -
YUV 181.68 168.81 50.48 -
System Red Green Blue C M Y K H S L
Decimal 73 223 254 0.71 0.12 0 0.00 190.28 0.99 0.64
Hex 49 DF FE 47 C 0 0 BE 63 40
Octal 111 337 376 107 14 0 0 276 143 100
Binary 1001001 11011111 11111110 1000111 1100 0 0 10111110 1100011 1000000

Color Harmonies of #49DFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DFFE

Black with #49DFFE

Text Example


Text Example

White with #49DFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,223,254); }

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

background-color css

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

 a { background-color: rgb(73,223,254); }

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

border-color css

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

 span { border-color: rgb(73,223,254); }

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