#46DBFB

Color #46DBFB Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #46DBFB

Tints of Turquoise Blue #46DBFB

Color information

#46DBFB (or 0x46DBFB) is unknown color: approx Turquoise Blue. HEX triplet: 46, DB and FB. RGB value is (70,219,251). Sum of RGB (Red+Green+Blue) = 70+219+251=540 (71% of max value = 765). Red value is 70 (27.73% from 255 or 12.96% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 251 (98.44% from 255 or 46.48% from 540); Max value from RGB is 251 - color contains mainly: blue. Hex color #46DBFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46DBFB is #B92404. Grayscale: #B1B1B1. Windows color (decimal): -12133381 or 16505670. OLE color: 16505670.

HSL color Cylindrical-coordinate representation of color #46DBFB: hue angle of 190.61º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46DBFB is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB70219251-
CMYK0.720.1300.02
HSL190.61º95.77%62.94%-
HSV(B)190.61º72.11%98.43%-
XYZ45.2758.93100.26-
YUV178.1169.1450.9-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 12.96%
GREEN value IS 219 (85.94% from 255) = 40.56%
BLUE value IS 251 (98.44% from 255) = 46.48%
R=12.96%
G=40.56%
B=46.48%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal702192510.720.1300.02190.6195.7762.94
Hex46DBFB48D02bf603f
Octal106333373110150227714077
Binary1000110110110111111101110010001101010101111111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46DBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46DBFB; }

 p { color: rgb(70,219,251); }

 H1.HeaderClassName
 {
   color: #46DBFB;
 }
 .AnyTagClassName
 {
   color: #46DBFB;
 }
</style>
background-color css

<style>
 a { background-color: #46DBFB; }

 a { background-color: rgb(70,219,251); }

 div.DivClassName
 {
   background-color: #46DBFB;
 }
 .BgClassName
 {
   background-color: #46DBFB;
 }
</style>
border-color css

<style>
 span { border-color: #46DBFB; }

 span { border-color: rgb(70,219,251); }

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