#46DEFF

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

Shades of Turquoise Blue #46DEFF

Tints of Turquoise Blue #46DEFF

Color information

#46DEFF (or 0x46DEFF) is unknown color: approx Turquoise Blue. HEX triplet: 46, DE and FF. RGB value is (70,222,255). Sum of RGB (Red+Green+Blue) = 70+222+255=547 (72% of max value = 765). Red value is 70 (27.73% from 255 or 12.80% from 547); Green value is 222 (87.11% from 255 or 40.59% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #46DEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46DEFF is #B92100. Grayscale: #B4B4B4. Windows color (decimal): -12132609 or 16768582. OLE color: 16768582.

HSL color Cylindrical-coordinate representation of color #46DEFF: hue angle of 190.7º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #46DEFF is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB70222255-
CMYK0.730.1300
HSL190.7º100%63.73%-
HSV(B)190.7º72.55%100%-
XYZ46.760.76103.88-
YUV180.31170.1449.32-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 12.80%
GREEN value IS 222 (87.11% from 255) = 40.59%
BLUE value IS 255 (100% from 255) = 46.62%
R=12.80%
G=40.59%
B=46.62%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal702222550.730.1300190.710063.73
Hex46DEFF49D00bf6440
Octal1063363771111500277144100
Binary1000110110111101111111110010011101001011111111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46DEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,222,255); }

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

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

 a { background-color: rgb(70,222,255); }

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

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

 span { border-color: rgb(70,222,255); }

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