Html Css Color HEX #49DFF2 Turquoise Blue

📋 copy color: '#49DFF2'

red 73 ◦ green 223 ◦ blue 242

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

Shades of Turquoise Blue #49DFF2

Tints of Turquoise Blue #49DFF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 44.98%

R = 13.57%
G = 41.45%
B = 44.98%

CMYK

 C value IS 0.70

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#49DFF2 (or 0x49DFF2) is known color: Turquoise Blue. HEX triplet: 49, DF and F2. RGB value is (73,223,242). Sum of RGB (Red+Green+Blue) = 73+223+242=538 (71% of max value = 765). Red value is 73 (28.91% from 255 or 13.57% from 538); Green value is 223 (87.5% from 255 or 41.45% from 538); Blue value is 242 (94.92% from 255 or 44.98% from 538); Max value from RGB is 242 - color contains mainly: blue. Hex color #49DFF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49DFF2 is #B6200D. Grayscale: #B4B4B4. Windows color (decimal): -11935758 or 15916873. OLE color: 15916873.

HSL color Cylindrical-coordinate representation of color #49DFF2: hue angle of 186.75º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49DFF2 is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 73 223 242 -
CMYK 0.70 0.08 0 0.05
HSL 186.75º 0.87% 0.62% -
HSV(B) 186.75º 0.7% 0.95% -
XYZ 45.16 60.6 93.32 -
YUV 180.32 162.81 51.46 -
System Red Green Blue C M Y K H S L
Decimal 73 223 242 0.70 0.08 0 0.05 186.75 0.87 0.62
Hex 49 DF F2 46 8 0 5 BB 57 3E
Octal 111 337 362 106 10 0 5 273 127 76
Binary 1001001 11011111 11110010 1000110 1000 0 101 10111011 1010111 111110

Color Harmonies of #49DFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DFF2

Black with #49DFF2

Text Example


Text Example

White with #49DFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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