#46FBB1

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

Shades of Turquoise #46FBB1

Tints of Turquoise #46FBB1

Color information

#46FBB1 (or 0x46FBB1) is unknown color: approx Turquoise. HEX triplet: 46, FB and B1. RGB value is (70,251,177). Sum of RGB (Red+Green+Blue) = 70+251+177=498 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.06% from 498); Green value is 251 (98.44% from 255 or 50.40% from 498); Blue value is 177 (69.53% from 255 or 35.54% from 498); Max value from RGB is 251 - color contains mainly: green. Hex color #46FBB1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #46FBB1 is #B9044E. Grayscale: #BCBCBC. Windows color (decimal): -12125263 or 11664198. OLE color: 11664198.

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

Color convert

RGB70251177-
CMYK0.7200.290.02
HSL155.47º95.77%62.94%-
HSV(B)155.47º72.11%98.43%-
XYZ44.9673.4753.41-
YUV188.44121.5343.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 14.06%
GREEN value IS 251 (98.44% from 255) = 50.40%
BLUE value IS 177 (69.53% from 255) = 35.54%
R=14.06%
G=50.40%
B=35.54%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal702511770.7200.290.02155.4795.7762.94
Hex46FBB14801D29b603f
Octal106373261110035223314077
Binary10001101111101110110001100100001110110100110111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46FBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,251,177); }

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

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

 a { background-color: rgb(70,251,177); }

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

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

 span { border-color: rgb(70,251,177); }

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