Html Css Color HEX #49DFF7 Turquoise Blue

📋 copy color: '#49DFF7'

red 73 ◦ green 223 ◦ blue 247

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

Shades of Turquoise Blue #49DFF7

Tints of Turquoise Blue #49DFF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 45.49%

R = 13.44%
G = 41.07%
B = 45.49%

CMYK

 C value IS 0.70

 M value IS 0.10

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#49DFF7 (or 0x49DFF7) is known color: Turquoise Blue. HEX triplet: 49, DF and F7. RGB value is (73,223,247). Sum of RGB (Red+Green+Blue) = 73+223+247=543 (71% of max value = 765). Red value is 73 (28.91% from 255 or 13.44% from 543); Green value is 223 (87.5% from 255 or 41.07% from 543); Blue value is 247 (96.88% from 255 or 45.49% from 543); Max value from RGB is 247 - color contains mainly: blue. Hex color #49DFF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49DFF7 is #B62008. Grayscale: #B4B4B4. Windows color (decimal): -11935753 or 16244553. OLE color: 16244553.

HSL color Cylindrical-coordinate representation of color #49DFF7: hue angle of 188.28º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49DFF7 is Cyan = 0.70, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 73 223 247 -
CMYK 0.70 0.10 0 0.03
HSL 188.28º 0.92% 0.63% -
HSV(B) 188.28º 0.7% 0.97% -
XYZ 45.92 60.91 97.33 -
YUV 180.89 165.31 51.05 -
System Red Green Blue C M Y K H S L
Decimal 73 223 247 0.70 0.10 0 0.03 188.28 0.92 0.63
Hex 49 DF F7 46 A 0 3 BC 5C 3F
Octal 111 337 367 106 12 0 3 274 134 77
Binary 1001001 11011111 11110111 1000110 1010 0 11 10111100 1011100 111111

Color Harmonies of #49DFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DFF7

Black with #49DFF7

Text Example


Text Example

White with #49DFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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