Html Css Color HEX #49D4FA Turquoise Blue

📋 copy color: '#49D4FA'

red 73 ◦ green 212 ◦ blue 250

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

Shades of Turquoise Blue #49D4FA

Tints of Turquoise Blue #49D4FA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.63%

 BLUE value IS 250 (98.05% from 255) = 46.73%

R = 13.64%
G = 39.63%
B = 46.73%

CMYK

 C value IS 0.71

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#49D4FA (or 0x49D4FA) is known color: Turquoise Blue. HEX triplet: 49, D4 and FA. RGB value is (73,212,250). Sum of RGB (Red+Green+Blue) = 73+212+250=535 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.64% from 535); Green value is 212 (83.20% from 255 or 39.63% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #49D4FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49D4FA is #B62B05. Grayscale: #AEAEAE. Windows color (decimal): -11938566 or 16438345. OLE color: 16438345.

HSL color Cylindrical-coordinate representation of color #49D4FA: hue angle of 192.88º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49D4FA is Cyan = 0.71, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 73 212 250 -
CMYK 0.71 0.15 0 0.02
HSL 192.88º 0.95% 0.63% -
HSV(B) 192.88º 0.71% 0.98% -
XYZ 43.55 55.41 98.84 -
YUV 174.77 170.45 55.41 -
System Red Green Blue C M Y K H S L
Decimal 73 212 250 0.71 0.15 0 0.02 192.88 0.95 0.63
Hex 49 D4 FA 47 F 0 2 C1 5F 3F
Octal 111 324 372 107 17 0 2 301 137 77
Binary 1001001 11010100 11111010 1000111 1111 0 10 11000001 1011111 111111

Color Harmonies of #49D4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D4FA

Black with #49D4FA

Text Example


Text Example

White with #49D4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,212,250); }

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

background-color css

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

 a { background-color: rgb(73,212,250); }

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

border-color css

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

 span { border-color: rgb(73,212,250); }

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