Html Css Color HEX #49DBFC Turquoise Blue

📋 copy color: '#49DBFC'

red 73 ◦ green 219 ◦ blue 252

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

Shades of Turquoise Blue #49DBFC

Tints of Turquoise Blue #49DBFC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.26%

 BLUE value IS 252 (98.83% from 255) = 46.32%

R = 13.42%
G = 40.26%
B = 46.32%

CMYK

 C value IS 0.71

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#49DBFC (or 0x49DBFC) is known color: Turquoise Blue. HEX triplet: 49, DB and FC. RGB value is (73,219,252). Sum of RGB (Red+Green+Blue) = 73+219+252=544 (72% of max value = 765). Red value is 73 (28.91% from 255 or 13.42% from 544); Green value is 219 (85.94% from 255 or 40.26% from 544); Blue value is 252 (98.83% from 255 or 46.32% from 544); Max value from RGB is 252 - color contains mainly: blue. Hex color #49DBFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49DBFC is #B62403. Grayscale: #B2B2B2. Windows color (decimal): -11936772 or 16571209. OLE color: 16571209.

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

Color convert

RGB 73 219 252 -
CMYK 0.71 0.13 0 0.01
HSL 191.06º 0.97% 0.64% -
HSV(B) 191.06º 0.71% 0.99% -
XYZ 45.65 59.11 101.1 -
YUV 179.11 169.13 52.32 -
System Red Green Blue C M Y K H S L
Decimal 73 219 252 0.71 0.13 0 0.01 191.06 0.97 0.64
Hex 49 DB FC 47 D 0 1 BF 61 40
Octal 111 333 374 107 15 0 1 277 141 100
Binary 1001001 11011011 11111100 1000111 1101 0 1 10111111 1100001 1000000

Color Harmonies of #49DBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DBFC

Black with #49DBFC

Text Example


Text Example

White with #49DBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,219,252); }

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

background-color css

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

 a { background-color: rgb(73,219,252); }

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

border-color css

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

 span { border-color: rgb(73,219,252); }

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