#46FAB9

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

Shades of Turquoise #46FAB9

Tints of Turquoise #46FAB9

Color information

#46FAB9 (or 0x46FAB9) is unknown color: approx Turquoise. HEX triplet: 46, FA and B9. RGB value is (70,250,185). Sum of RGB (Red+Green+Blue) = 70+250+185=505 (66% of max value = 765). Red value is 70 (27.73% from 255 or 13.86% from 505); Green value is 250 (98.05% from 255 or 49.50% from 505); Blue value is 185 (72.66% from 255 or 36.63% from 505); Max value from RGB is 250 - color contains mainly: green. Hex color #46FAB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FAB9 is #B90546. Grayscale: #BCBCBC. Windows color (decimal): -12125511 or 12188230. OLE color: 12188230.

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

Color convert

RGB70250185-
CMYK0.7200.260.02
HSL158.33º94.74%62.75%-
HSV(B)158.33º72%98.04%-
XYZ45.4773.1857.63-
YUV188.77125.8743.29-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 13.86%
GREEN value IS 250 (98.05% from 255) = 49.50%
BLUE value IS 185 (72.66% from 255) = 36.63%
R=13.86%
G=49.50%
B=36.63%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal702501850.7200.260.02158.3394.7462.75
Hex46FAB94801A29e5f3f
Octal106372271110032223613777
Binary10001101111101010111001100100001101010100111101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46FAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,250,185); }

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

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

 a { background-color: rgb(70,250,185); }

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

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

 span { border-color: rgb(70,250,185); }

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