#46F9E9

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

Shades of Turquoise #46F9E9

Tints of Turquoise #46F9E9

Color information

#46F9E9 (or 0x46F9E9) is unknown color: approx Turquoise. HEX triplet: 46, F9 and E9. RGB value is (70,249,233). Sum of RGB (Red+Green+Blue) = 70+249+233=552 (73% of max value = 765). Red value is 70 (27.73% from 255 or 12.68% from 552); Green value is 249 (97.66% from 255 or 45.11% from 552); Blue value is 233 (91.41% from 255 or 42.21% from 552); Max value from RGB is 249 - color contains mainly: green. Hex color #46F9E9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #46F9E9 is #B90616. Grayscale: #C1C1C1. Windows color (decimal): -12125719 or 15333702. OLE color: 15333702.

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

Color convert

RGB70249233-
CMYK0.7200.060.02
HSL174.64º93.72%62.55%-
HSV(B)174.64º71.89%97.65%-
XYZ51.1174.9488.86-
YUV193.66150.239.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 12.68%
GREEN value IS 249 (97.66% from 255) = 45.11%
BLUE value IS 233 (91.41% from 255) = 42.21%
R=12.68%
G=45.11%
B=42.21%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal702492330.7200.060.02174.6493.7262.55
Hex46F9E948062af5e3f
Octal10637135111006225713677
Binary100011011111001111010011001000011010101011111011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46F9E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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