#46DAF3

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

Shades of Turquoise Blue #46DAF3

Tints of Turquoise Blue #46DAF3

Color information

#46DAF3 (or 0x46DAF3) is unknown color: approx Turquoise Blue. HEX triplet: 46, DA and F3. RGB value is (70,218,243). Sum of RGB (Red+Green+Blue) = 70+218+243=531 (70% of max value = 765). Red value is 70 (27.73% from 255 or 13.18% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 243 (95.31% from 255 or 45.76% from 531); Max value from RGB is 243 - color contains mainly: blue. Hex color #46DAF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46DAF3 is #B9250C. Grayscale: #B0B0B0. Windows color (decimal): -12133645 or 15981126. OLE color: 15981126.

HSL color Cylindrical-coordinate representation of color #46DAF3: hue angle of 188.67º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46DAF3 is Cyan = 0.71, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB70218243-
CMYK0.710.1000.05
HSL188.67º87.82%61.37%-
HSV(B)188.67º71.19%95.29%-
XYZ43.7757.9293.67-
YUV176.6165.4751.97-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 13.18%
GREEN value IS 218 (85.55% from 255) = 41.05%
BLUE value IS 243 (95.31% from 255) = 45.76%
R=13.18%
G=41.05%
B=45.76%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal702182430.710.1000.05188.6787.8261.37
Hex46DAF347A05bd583d
Octal106332363107120527513075
Binary10001101101101011110011100011110100101101111011011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46DAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,218,243); }

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

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

 a { background-color: rgb(70,218,243); }

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

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

 span { border-color: rgb(70,218,243); }

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