#46FBCE

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

Shades of Turquoise #46FBCE

Tints of Turquoise #46FBCE

Color information

#46FBCE (or 0x46FBCE) is unknown color: approx Turquoise. HEX triplet: 46, FB and CE. RGB value is (70,251,206). Sum of RGB (Red+Green+Blue) = 70+251+206=527 (69% of max value = 765). Red value is 70 (27.73% from 255 or 13.28% from 527); Green value is 251 (98.44% from 255 or 47.63% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 251 - color contains mainly: green. Hex color #46FBCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FBCE is #B90431. Grayscale: #BFBFBF. Windows color (decimal): -12125234 or 13564742. OLE color: 13564742.

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

Color convert

RGB70251206-
CMYK0.7200.180.02
HSL165.08º95.77%62.94%-
HSV(B)165.08º72.11%98.43%-
XYZ48.1674.7570.28-
YUV191.75136.0341.16-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 13.28%
GREEN value IS 251 (98.44% from 255) = 47.63%
BLUE value IS 206 (80.86% from 255) = 39.09%
R=13.28%
G=47.63%
B=39.09%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal702512060.7200.180.02165.0895.7762.94
Hex46FBCE480122a5603f
Octal106373316110022224514077
Binary10001101111101111001110100100001001010101001011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46FBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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