#46F8E3

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

Shades of Turquoise #46F8E3

Tints of Turquoise #46F8E3

Color information

#46F8E3 (or 0x46F8E3) is unknown color: approx Turquoise. HEX triplet: 46, F8 and E3. RGB value is (70,248,227). Sum of RGB (Red+Green+Blue) = 70+248+227=545 (72% of max value = 765). Red value is 70 (27.73% from 255 or 12.84% from 545); Green value is 248 (97.27% from 255 or 45.50% from 545); Blue value is 227 (89.06% from 255 or 41.65% from 545); Max value from RGB is 248 - color contains mainly: green. Hex color #46F8E3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46F8E3 is #B9071C. Grayscale: #C0C0C0. Windows color (decimal): -12125981 or 14940230. OLE color: 14940230.

HSL color Cylindrical-coordinate representation of color #46F8E3: hue angle of 172.92º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46F8E3 is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.

Color convert

RGB70248227-
CMYK0.7200.080.03
HSL172.92º92.71%62.35%-
HSV(B)172.92º71.77%97.25%-
XYZ49.9673.9884.32-
YUV192.38147.5340.71-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 12.84%
GREEN value IS 248 (97.27% from 255) = 45.50%
BLUE value IS 227 (89.06% from 255) = 41.65%
R=12.84%
G=45.50%
B=41.65%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal702482270.7200.080.03172.9292.7162.35
Hex46F8E348083ad5d3e
Octal106370343110010325513576
Binary1000110111110001110001110010000100011101011011011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46F8E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,248,227); }

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

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

 a { background-color: rgb(70,248,227); }

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

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

 span { border-color: rgb(70,248,227); }

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