Html Css Color HEX #49DAF3 Turquoise Blue

📋 copy color: '#49DAF3'

red 73 ◦ green 218 ◦ blue 243

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

Shades of Turquoise Blue #49DAF3

Tints of Turquoise Blue #49DAF3

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.82%

 BLUE value IS 243 (95.31% from 255) = 45.51%

R = 13.67%
G = 40.82%
B = 45.51%

CMYK

 C value IS 0.70

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#49DAF3 (or 0x49DAF3) is known color: Turquoise Blue. HEX triplet: 49, DA and F3. RGB value is (73,218,243). Sum of RGB (Red+Green+Blue) = 73+218+243=534 (70% of max value = 765). Red value is 73 (28.91% from 255 or 13.67% from 534); Green value is 218 (85.55% from 255 or 40.82% from 534); Blue value is 243 (95.31% from 255 or 45.51% from 534); Max value from RGB is 243 - color contains mainly: blue. Hex color #49DAF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49DAF3 is #B6250C. Grayscale: #B1B1B1. Windows color (decimal): -11937037 or 15981129. OLE color: 15981129.

HSL color Cylindrical-coordinate representation of color #49DAF3: hue angle of 188.82º degrees, saturation: 0.88, 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 #49DAF3 is Cyan = 0.70, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 73 218 243 -
CMYK 0.70 0.10 0 0.05
HSL 188.82º 0.88% 0.62% -
HSV(B) 188.82º 0.7% 0.95% -
XYZ 44 58.03 93.68 -
YUV 177.5 164.96 53.47 -
System Red Green Blue C M Y K H S L
Decimal 73 218 243 0.70 0.10 0 0.05 188.82 0.88 0.62
Hex 49 DA F3 46 A 0 5 BD 58 3E
Octal 111 332 363 106 12 0 5 275 130 76
Binary 1001001 11011010 11110011 1000110 1010 0 101 10111101 1011000 111110

Color Harmonies of #49DAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DAF3

Black with #49DAF3

Text Example


Text Example

White with #49DAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,218,243); }

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

background-color css

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

 a { background-color: rgb(73,218,243); }

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

border-color css

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

 span { border-color: rgb(73,218,243); }

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