#46DDFB

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

Shades of Turquoise Blue #46DDFB

Tints of Turquoise Blue #46DDFB

Color information

#46DDFB (or 0x46DDFB) is unknown color: approx Turquoise Blue. HEX triplet: 46, DD and FB. RGB value is (70,221,251). Sum of RGB (Red+Green+Blue) = 70+221+251=542 (71% of max value = 765). Red value is 70 (27.73% from 255 or 12.92% from 542); Green value is 221 (86.72% from 255 or 40.77% from 542); Blue value is 251 (98.44% from 255 or 46.31% from 542); Max value from RGB is 251 - color contains mainly: blue. Hex color #46DDFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46DDFB is #B92204. Grayscale: #B3B3B3. Windows color (decimal): -12132869 or 16506182. OLE color: 16506182.

HSL color Cylindrical-coordinate representation of color #46DDFB: hue angle of 189.94º 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 #46DDFB is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB70221251-
CMYK0.720.1200.02
HSL189.94º95.77%62.94%-
HSV(B)189.94º72.11%98.43%-
XYZ45.7959.98100.43-
YUV179.27168.4750.06-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 12.92%
GREEN value IS 221 (86.72% from 255) = 40.77%
BLUE value IS 251 (98.44% from 255) = 46.31%
R=12.92%
G=40.77%
B=46.31%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal702212510.720.1200.02189.9495.7762.94
Hex46DDFB48C02be603f
Octal106335373110140227614077
Binary1000110110111011111101110010001100010101111101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46DDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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