#46f9db

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

Shades of Turquoise #46F9DB

Tints of Turquoise #46F9DB

Color information

#46F9DB (or 0x46F9DB) is unknown color: approx Turquoise. HEX triplet: 46, F9 and DB. RGB value is (70,249,219). Sum of RGB (Red+Green+Blue) = 70+249+219=538 (71% of max value = 765). Red value is 70 (27.73% from 255 or 13.01% from 538); Green value is 249 (97.66% from 255 or 46.28% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 249 - color contains mainly: green. Hex color #46F9DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46F9DB is #B90624. Grayscale: #C0C0C0. Windows color (decimal): -12125733 or 14416198. OLE color: 14416198.

HSL color Cylindrical-coordinate representation of color #46F9DB: hue angle of 169.94º 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 #46F9DB is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB70249219-
CMYK0.7200.120.02
HSL169.94º93.72%62.55%-
HSV(B)169.94º71.89%97.65%-
XYZ49.1974.1778.74-
YUV192.06143.240.94-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 13.01%
GREEN value IS 249 (97.66% from 255) = 46.28%
BLUE value IS 219 (85.94% from 255) = 40.71%
R=13.01%
G=46.28%
B=40.71%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal702492190.7200.120.02169.9493.7262.55
Hex46F9DB480C2aa5e3f
Octal106371333110014225213677
Binary1000110111110011101101110010000110010101010101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46f9db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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