#46E9FD

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

Shades of Turquoise Blue #46E9FD

Tints of Turquoise Blue #46E9FD

Color information

#46E9FD (or 0x46E9FD) is unknown color: approx Turquoise Blue. HEX triplet: 46, E9 and FD. RGB value is (70,233,253). Sum of RGB (Red+Green+Blue) = 70+233+253=556 (73% of max value = 765). Red value is 70 (27.73% from 255 or 12.59% from 556); Green value is 233 (91.41% from 255 or 41.91% from 556); Blue value is 253 (99.22% from 255 or 45.50% from 556); Max value from RGB is 253 - color contains mainly: blue. Hex color #46E9FD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #46E9FD is #B91602. Grayscale: #BABABA. Windows color (decimal): -12129795 or 16640326. OLE color: 16640326.

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

Color convert

RGB70233253-
CMYK0.720.0800.01
HSL186.56º97.86%63.33%-
HSV(B)186.56º72.33%99.22%-
XYZ49.3966.67103.19-
YUV186.54165.544.87-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 12.59%
GREEN value IS 233 (91.41% from 255) = 41.91%
BLUE value IS 253 (99.22% from 255) = 45.50%
R=12.59%
G=41.91%
B=45.50%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal702332530.720.0800.01186.5697.8663.33
Hex46E9FD48801bb623f
Octal106351375110100127314277
Binary100011011101001111111011001000100001101110111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46E9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,233,253); }

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

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

 a { background-color: rgb(70,233,253); }

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

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

 span { border-color: rgb(70,233,253); }

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