#46E5FC

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

Shades of Turquoise Blue #46E5FC

Tints of Turquoise Blue #46E5FC

Color information

#46E5FC (or 0x46E5FC) is unknown color: approx Turquoise Blue. HEX triplet: 46, E5 and FC. RGB value is (70,229,252). Sum of RGB (Red+Green+Blue) = 70+229+252=551 (72% of max value = 765). Red value is 70 (27.73% from 255 or 12.70% from 551); Green value is 229 (89.84% from 255 or 41.56% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #46E5FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46E5FC is #B91A03. Grayscale: #B7B7B7. Windows color (decimal): -12130820 or 16573766. OLE color: 16573766.

HSL color Cylindrical-coordinate representation of color #46E5FC: hue angle of 187.58º degrees, saturation: 0.97, 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 #46E5FC is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB70229252-
CMYK0.720.0900.01
HSL187.58º96.81%63.14%-
HSV(B)187.58º72.22%98.82%-
XYZ48.1264.37101.98-
YUV184.08166.3246.63-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 12.70%
GREEN value IS 229 (89.84% from 255) = 41.56%
BLUE value IS 252 (98.83% from 255) = 45.74%
R=12.70%
G=41.56%
B=45.74%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal702292520.720.0900.01187.5896.8163.14
Hex46E5FC48901bc613f
Octal106345374110110127414177
Binary100011011100101111111001001000100101101111001100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46E5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,229,252); }

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

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

 a { background-color: rgb(70,229,252); }

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

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

 span { border-color: rgb(70,229,252); }

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