#46D6F6

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

Shades of Turquoise Blue #46D6F6

Tints of Turquoise Blue #46D6F6

Color information

#46D6F6 (or 0x46D6F6) is unknown color: approx Turquoise Blue. HEX triplet: 46, D6 and F6. RGB value is (70,214,246). Sum of RGB (Red+Green+Blue) = 70+214+246=530 (70% of max value = 765). Red value is 70 (27.73% from 255 or 13.21% from 530); Green value is 214 (83.98% from 255 or 40.38% from 530); Blue value is 246 (96.48% from 255 or 46.42% from 530); Max value from RGB is 246 - color contains mainly: blue. Hex color #46D6F6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46D6F6 is #B92909. Grayscale: #AEAEAE. Windows color (decimal): -12134666 or 16176710. OLE color: 16176710.

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

Color convert

RGB70214246-
CMYK0.720.1300.04
HSL190.91º90.72%61.96%-
HSV(B)190.91º71.54%96.47%-
XYZ43.2156.0595.73-
YUV174.59168.2953.4-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 13.21%
GREEN value IS 214 (83.98% from 255) = 40.38%
BLUE value IS 246 (96.48% from 255) = 46.42%
R=13.21%
G=40.38%
B=46.42%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal702142460.720.1300.04190.9190.7261.96
Hex46D6F648D04bf5b3e
Octal106326366110150427713376
Binary10001101101011011110110100100011010100101111111011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46D6F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,214,246); }

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

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

 a { background-color: rgb(70,214,246); }

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

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

 span { border-color: rgb(70,214,246); }

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