#46E4FE

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

Shades of Turquoise Blue #46E4FE

Tints of Turquoise Blue #46E4FE

Color information

#46E4FE (or 0x46E4FE) is unknown color: approx Turquoise Blue. HEX triplet: 46, E4 and FE. RGB value is (70,228,254). Sum of RGB (Red+Green+Blue) = 70+228+254=552 (73% of max value = 765). Red value is 70 (27.73% from 255 or 12.68% from 552); Green value is 228 (89.45% from 255 or 41.30% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #46E4FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46E4FE is #B91B01. Grayscale: #B7B7B7. Windows color (decimal): -12131074 or 16704582. OLE color: 16704582.

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

Color convert

RGB70228254-
CMYK0.720.1000.00
HSL188.48º98.92%63.53%-
HSV(B)188.48º72.44%99.61%-
XYZ48.1663.94103.57-
YUV183.72167.6546.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 12.68%
GREEN value IS 228 (89.45% from 255) = 41.30%
BLUE value IS 254 (99.61% from 255) = 46.01%
R=12.68%
G=41.30%
B=46.01%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal702282540.720.1000.00188.4898.9263.53
Hex46E4FE48A00bc6340
Octal1063443761101200274143100
Binary1000110111001001111111010010001010001011110011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46E4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,228,254); }

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

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

 a { background-color: rgb(70,228,254); }

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

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

 span { border-color: rgb(70,228,254); }

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